We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cae20bf commit c3f69f9Copy full SHA for c3f69f9
SerialPrograms/CMakeLists.txt
@@ -316,7 +316,6 @@ else() # macOS and Linux
316
# we have ONNX Runtime built from source
317
message("Use ONNX Runtime built from source at ${ONNXRUNTIME_ROOTDIR}")
318
target_include_directories(SerialProgramsLib PRIVATE ${ONNXRUNTIME_HEADER_DIR})
319
- link_directories(SerialProgramsLib PRIVATE ${ONNXRUNTIME_ROOTDIR}/build/MacOS/Release)
320
target_link_libraries(SerialProgramsLib PRIVATE ${ONNXRUNTIME_ROOTDIR}/build/MacOS/Release/libonnxruntime.dylib)
321
else()
322
message("Built-from-source ONNX Runtime folder ${ONNXRUNTIME_ROOTDIR} does not exist.")
0 commit comments