From: Martin Quinson Date: Sat, 5 Oct 2019 21:36:58 +0000 (+0200) Subject: kill the now unused 'release' cmake config variable X-Git-Tag: v3.24~34 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/97f49b8e3b5b7a086ab06ee41ddc24bcdb3b5a6f?hp=d5d6cb58ff031cf45a14c9d07f837c593d368012 kill the now unused 'release' cmake config variable --- diff --git a/tools/cmake/CTestConfig.cmake b/tools/cmake/CTestConfig.cmake index 3b87fa919a..0debf7c1ed 100644 --- a/tools/cmake/CTestConfig.cmake +++ b/tools/cmake/CTestConfig.cmake @@ -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) diff --git a/tools/cmake/Option.cmake b/tools/cmake/Option.cmake index 033192778e..36ac349232 100644 --- a/tools/cmake/Option.cmake +++ b/tools/cmake/Option.cmake @@ -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)