Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add sorting to project description
[simgrid.git] / CMakeLists.txt
index 0fd26a8..34d5caa 100644 (file)
@@ -358,6 +358,9 @@ endif()
 
 if (minimal_java)
   message(STATUS "Don't look for libunwind as we build a minimal jar file.")
+  if(enable_model-checking)
+    message(FATAL_ERROR "You cannot enable model-checking and minimal_java at the same time.")
+  endif()
 else()
   include(FindLibunwind)
   if(HAVE_LIBUNWIND)