Salome HOME
Windows porting
authorageay <ageay>
Tue, 6 Aug 2013 14:25:18 +0000 (14:25 +0000)
committerageay <ageay>
Tue, 6 Aug 2013 14:25:18 +0000 (14:25 +0000)
CMakeLists.txt

index 621eb595960c0305747d247fd748d489bf80c4bc..62a7f176b926e982daba5ef3a1ba02b0d22bce3e 100644 (file)
@@ -133,8 +133,9 @@ ENDIF(SALOME_BUILD_GUI)
 
 LIST(APPEND CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/adm_local/cmake_files")
 
+ENABLE_TESTING() # let it outsite because even if SALOME_BUILD_TESTS is OFF, python tests that not need additional compilation can be run.
+
 IF(SALOME_BUILD_TESTS)
-  ENABLE_TESTING()
   FIND_PACKAGE(SalomeCppUnit REQUIRED)
 ENDIF(SALOME_BUILD_TESTS)