X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ba477a8697512901a3ea3d30fce18d9fe47334d8..cf90e56150ac95ab17f0c421f973597f7c55c054:/CMakeLists.txt diff --git a/CMakeLists.txt b/CMakeLists.txt index 621f9f6323..8ea7ddf60c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ if(WIN32) SET(CMAKE_RC_COMPILER "windres") endif() project(SimGrid C) -if (enable_gtnets OR enable_ns3) +if (enable_gtnets OR enable_ns3 OR enable_model-checking) enable_language(CXX) endif()