X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d3bc89e18d60e0e1f5c0da2d9357499a0078317f..2a999ac2440bf73a4b7882a728e01d3485e0982a:/CMakeLists.txt diff --git a/CMakeLists.txt b/CMakeLists.txt index 6d51656deb..457be86f4a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -409,7 +409,7 @@ if(enable_java AND NOT enable_msg) endif() if (enable_model-checking AND enable_ns3) - message(FATAL_ERROR "Cannot activate both model-checking and ns-3 bindings: ns-3 pulls too much dependencies for the MC to work") + message(WARNING "Activating both model-checking and ns-3 bindings is considered experimental.") endif() if(enable_smpi)