Commit a1538719 authored by Alexander Alekhin's avatar Alexander Alekhin

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

parent 7afce8e0
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()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment