disable ts module if it is not used: BUILD_TESTS=OFF and BUILD_PERF_TESTS=OFF
This commit is contained in:
parent
7afce8e003
commit
a153871940
@ -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…
Reference in New Issue
Block a user