Fix onnxruntime_unittests.cmake after merge.

This commit is contained in:
Sergii Dymchenko 2020-04-09 13:14:15 -07:00
parent 6ba7c99e50
commit 8ea0e596ec

View file

@ -185,6 +185,8 @@ if (onnxruntime_ENABLE_TRAINING)
)
list(APPEND onnxruntime_test_providers_src ${orttraining_test_trainingops_cuda_src})
endif()
endif()
if (onnxruntime_USE_DNNL)
file(GLOB_RECURSE onnxruntime_test_providers_dnnl_src CONFIGURE_DEPENDS
"${TEST_SRC_DIR}/providers/dnnl/*"