diff --git a/trunk/install.cmake b/trunk/install.cmake index 7c11443f5..5ffd6d717 100644 --- a/trunk/install.cmake +++ b/trunk/install.cmake @@ -87,8 +87,6 @@ ENDIF(CMAKE_BUILD_TYPE MATCHES Debug) ### Test config ###################################################################################### -#SET(ENABLE_CMAKE_TESTING TRUE CACHE BOOL "Enable testing ?") - IF (ENABLE_CMAKE_TESTING OR ENABLE_MINIMAL_CMAKE_TESTING) ENABLE_TESTING() ENDIF (ENABLE_CMAKE_TESTING OR ENABLE_MINIMAL_CMAKE_TESTING)