Skip to content

Commit

Permalink
remove changes from cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
Sheil Kumar committed Nov 22, 2023
1 parent d4c367b commit 68c9d02
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions cmake/onnxruntime_unittests.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -1187,12 +1187,6 @@ if (NOT onnxruntime_ENABLE_TRAINING_TORCH_INTEROP)
"${onnxruntime_perf_test_src_dir}/posix/*.h" )
endif()

if(onnxruntime_USE_DML)
list(APPEND onnxruntime_perf_test_src_patterns
"${onnxruntime_perf_test_src_dir}/dml/*.cc"
"${onnxruntime_perf_test_src_dir}/dml/*.h" )
endif()

file(GLOB onnxruntime_perf_test_src CONFIGURE_DEPENDS
${onnxruntime_perf_test_src_patterns}
)
Expand Down

0 comments on commit 68c9d02

Please sign in to comment.