Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
MC and NS3 are known to not work together
authorMartin Quinson <martin.quinson@loria.fr>
Fri, 6 May 2016 14:49:01 +0000 (16:49 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Fri, 6 May 2016 14:49:01 +0000 (16:49 +0200)
CMakeLists.txt

index 58aa788..b46a981 100644 (file)
@@ -371,6 +371,10 @@ else()
   SET(HAVE_MMALLOC 0)
 endif()
 
+if (enable_model-checking AND enable_ns3)
+  message(FATAL_ERROR "Cannot activate both model-checking and NS3 bindings: NS3 pull too much dependencies for the MC to work")
+endif()
+
 if(enable_smpi)
   include(FindGFortran)
   SET(HAVE_SMPI 1)