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

pull/13383/head
Ethan Rublee 14 years ago
parent 74907eeb8e
commit 17b11a47bf
  1. 2
      modules/CMakeLists.txt

@ -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…
Cancel
Save