mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-14 20:48:00 +00:00
Fix a tiny issue in onnxruntime_unittests.cmake (#5901)
This commit is contained in:
parent
7546d251e0
commit
c5b4d9091c
1 changed files with 1 additions and 1 deletions
|
|
@ -515,7 +515,7 @@ else()
|
|||
target_include_directories(onnxruntime_test_utils PRIVATE ${CMAKE_CURRENT_BINARY_DIR} ${ONNXRUNTIME_ROOT}
|
||||
"${CMAKE_CURRENT_SOURCE_DIR}/external/nsync/public")
|
||||
endif()
|
||||
onnxruntime_add_include_to_target(onnxruntime_test_utils onnxruntime_common onnxruntime_framework GTest::gtest GTest::gmock onnx onnx_proto flatbuffers)
|
||||
onnxruntime_add_include_to_target(onnxruntime_test_utils onnxruntime_common onnxruntime_framework onnxruntime_session GTest::gtest GTest::gmock onnx onnx_proto flatbuffers)
|
||||
|
||||
if (onnxruntime_USE_DNNL)
|
||||
target_compile_definitions(onnxruntime_test_utils PUBLIC USE_DNNL=1)
|
||||
|
|
|
|||
Loading…
Reference in a new issue