Conditional for the module ts, depending on whether tests are being built.
This commit is contained in:
@@ -13,7 +13,9 @@ if(MSVC OR MINGW)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
if(BUILD_TESTS)
|
||||
add_subdirectory(ts)
|
||||
endif()
|
||||
add_subdirectory(highgui)
|
||||
add_subdirectory(imgproc)
|
||||
add_subdirectory(legacy)
|
||||
|
Reference in New Issue
Block a user