Commit 17b11a47 authored by Ethan Rublee's avatar Ethan Rublee

Conditional for the module ts, depending on whether tests are being built.

parent 74907eeb
...@@ -13,7 +13,9 @@ if(MSVC OR MINGW) ...@@ -13,7 +13,9 @@ if(MSVC OR MINGW)
endif() endif()
endif() endif()
if(BUILD_TESTS)
add_subdirectory(ts) add_subdirectory(ts)
endif()
add_subdirectory(highgui) add_subdirectory(highgui)
add_subdirectory(imgproc) add_subdirectory(imgproc)
add_subdirectory(legacy) add_subdirectory(legacy)
......
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