Conditional for the module ts, depending on whether tests are being built.
This commit is contained in:
parent
74907eeb8e
commit
17b11a47bf
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user