disable ts module if it is not used: BUILD_TESTS=OFF and BUILD_PERF_TESTS=OFF

pull/5784/head
Alexander Alekhin 9 years ago
parent 7afce8e003
commit a153871940
  1. 2
      modules/ts/CMakeLists.txt

@ -1,6 +1,6 @@
set(the_description "The ts module")
if(IOS)
if(NOT BUILD_opencv_ts AND NOT BUILD_TESTS AND NOT BUILD_PERF_TESTS)
ocv_module_disable(ts)
endif()

Loading…
Cancel
Save