mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-18 21:21:17 +00:00
delete extra code in onnxruntime_unittests.cmake
This commit is contained in:
parent
35b43cfebc
commit
f4ea04870e
1 changed files with 0 additions and 4 deletions
|
|
@ -557,7 +557,3 @@ add_executable(onnxruntime_mlas_test ${TEST_SRC_DIR}/mlas/unittest.cpp)
|
|||
target_include_directories(onnxruntime_mlas_test PRIVATE ${ONNXRUNTIME_ROOT}/core/mlas/inc)
|
||||
target_link_libraries(onnxruntime_mlas_test PRIVATE onnxruntime_mlas)
|
||||
set_target_properties(onnxruntime_mlas_test PROPERTIES FOLDER "ONNXRuntimeTest")
|
||||
|
||||
if (onnxruntime_ENABLE_MICROSOFT_INTERNAL)
|
||||
include(onnxruntime_standalone_tests_internal.cmake)
|
||||
endif()
|
||||
|
|
|
|||
Loading…
Reference in a new issue