X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/68004af7b988892361a5a2b95a83364d432ab887..2f3c9cf811c7c608eb49a3ee14411a887b6a99c8:/tools/cmake/Option.cmake 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)