mirror of
https://github.com/opencv/opencv.git
synced 2025-06-07 17:44:04 +08:00
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()
|
||||
|
||||
if(BUILD_TESTS)
|
||||
add_subdirectory(ts)
|
||||
endif()
|
||||
add_subdirectory(highgui)
|
||||
add_subdirectory(imgproc)
|
||||
add_subdirectory(legacy)
|
||||
|
Loading…
Reference in New Issue
Block a user