From: ageay Date: Tue, 6 Aug 2013 14:25:18 +0000 (+0000) Subject: Windows porting X-Git-Tag: DBugPolyhIntersector~40 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=ba450e52433a1f6db2a85b7fb9068ffb4ef3502a;p=modules%2Fmed.git Windows porting --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 621eb5959..62a7f176b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)