X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e4abd3f271729beeff499da36267bfb274dd1f6d..8819b5481711e4eb256621c09b807087d1446b2c:/CMakeLists.txt diff --git a/CMakeLists.txt b/CMakeLists.txt index 2ed2fea4f2..49451976c8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,12 @@ 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")