X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/bfdb6f5ee2869de9402478e5a6c3fb50accc22e4..5a4767e64e45de2c17e9bbdcdf9c8588dbce80b0:/CMakeLists.txt diff --git a/CMakeLists.txt b/CMakeLists.txt index 4f1436e5c5..a1b4f44744 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,12 +1,4 @@ cmake_minimum_required(VERSION 2.6) - -IF(CMAKE_BUILD_TYPE STREQUAL "ModelChecker") - SET(enable_coverage ON) - SET(enable_model-checking ON) - SET(enable_lua ON) - SET(enable_compile_optimization OFF) -ENDIF() - ### Need to set rc ccompiler before enable language if(WIN32) SET(CMAKE_RC_COMPILER "windres")