Skip to content

Commit

Permalink
remove set_directory_properties
Browse files Browse the repository at this point in the history
  • Loading branch information
jchen351 committed Jan 26, 2024
1 parent 2cf2a9f commit 6ef13d1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ add_executable (Tests ${test_srcs})
target_include_directories(Tests PRIVATE ${CMAKE_SOURCE_DIR}/ort/include)
target_link_directories(Tests PRIVATE ${CMAKE_SOURCE_DIR}/ort/lib)
target_link_libraries(Tests PRIVATE onnxruntime-genai ${ONNXRUNTIME_LIB})
set_directory_properties()
#
pybind11_add_module(python ${python_srcs})
target_include_directories(python PRIVATE ${CMAKE_SOURCE_DIR}/ort/include)
Expand Down

0 comments on commit 6ef13d1

Please sign in to comment.