Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
kill the now unused 'release' cmake config variable
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Sat, 5 Oct 2019 21:36:58 +0000 (23:36 +0200)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Sat, 5 Oct 2019 21:36:58 +0000 (23:36 +0200)
tools/cmake/CTestConfig.cmake
tools/cmake/Option.cmake

index 3b87fa9..0debf7c 100644 (file)
@@ -46,13 +46,8 @@ if(enable_coverage)
       "/include/"
       "/teshsuite/"
       "/src/bindings/"
+      "/examples/"
     )
-    if(NOT release)
-       set(PATTERN_CTEST_IGNORED
-        ${PATTERN_CTEST_IGNORED}
-        "/examples/"
-        )
-    endif()
 endif()
 
 CONFIGURE_FILE(${CMAKE_HOME_DIRECTORY}/tools/cmake/CTestCustom.cmake ${CMAKE_BINARY_DIR}/CTestCustom.cmake @ONLY)
index 0331927..36ac349 100644 (file)
@@ -9,8 +9,6 @@ else()
   set(CMAKE_INSTALL_PREFIX ${CMAKE_INSTALL_PREFIX} CACHE PATH "Path where this project should be installed")
 endif()
 
-option(release "Whether Release Mode is activated (disable tests on experimental parts)" on)
-
 # How to build
 ###
 option(enable_compile_optimizations "Whether to produce efficient code for the SimGrid library" on)