Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions dependencies/O2Dependencies.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@ endif()
find_package(onnxruntime CONFIG)
set_package_properties(onnxruntime PROPERTIES TYPE REQUIRED)

find_package(ONNX CONFIG)
set_package_properties(ONNX PROPERTIES TYPE REQUIRED)

find_package(Vc)
set_package_properties(Vc PROPERTIES TYPE REQUIRED)

Expand Down