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 815fc86 commit c0f5304Copy full SHA for c0f5304
SerialPrograms/CMakeLists.txt
@@ -2400,11 +2400,11 @@ if (MSVC)
2400
# target_compile_options(SerialPrograms PRIVATE /arch:AVX512 /DPA_Arch_x64_AVX512GF)
2401
else()
2402
# Find ONNX Runtime
2403
+ # Run `brew install onnxruntime` first
2404
target_include_directories(SerialPrograms PRIVATE /opt/homebrew/include/onnxruntime)
2405
target_link_libraries(SerialPrograms PRIVATE /opt/homebrew/lib/libonnxruntime.dylib)
2406
2407
# Find OpenCV
-
2408
# set(OPENCV_DIR, "/usr/local/opt/opencv/lib/cmake/opencv4")
2409
find_package(OpenCV REQUIRED HINTS "/usr/local/opt/opencv/lib/cmake/opencv4/")
2410
# set(ENV{PKG_CONFIG_PATH} "$ENV{PKG_CONFIG_PATH}:/usr/local/opt/opencv/lib/pkgconfig")
0 commit comments