turn on testing support in root binary directory

This commit is contained in:
Vladislav Vinogradov 2014-10-21 18:45:47 +04:00
parent 7bff337828
commit 07bd58a0e8

View File

@ -58,6 +58,8 @@ if(DEFINED CMAKE_BUILD_TYPE AND CMAKE_VERSION VERSION_GREATER "2.8")
set_property( CACHE CMAKE_BUILD_TYPE PROPERTY STRINGS ${CMAKE_CONFIGURATION_TYPES} )
endif()
enable_testing()
project(OpenCV CXX C)
if(MSVC)