From: ageay Date: Tue, 6 Aug 2013 14:25:18 +0000 (+0000) Subject: Windows porting X-Git-Tag: V7_3_1b1~222 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;ds=sidebyside;h=662ce96210000c4a23340afa2d31b7d7ee1c015b;hp=7b5d713340d410a786c2507db7a41b71e35c09c1;p=tools%2Fmedcoupling.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)