Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
improve the documentation of the minimal_java build option
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Thu, 4 Apr 2019 05:50:05 +0000 (07:50 +0200)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Thu, 4 Apr 2019 05:52:06 +0000 (07:52 +0200)
CMakeLists.txt
docs/source/Installing_SimGrid.rst

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)
index 44f4bb9..bd8e47b 100644 (file)
@@ -256,6 +256,9 @@ enable_smpi_ISP_testsuite (on/OFF)
 enable_smpi_MPICH3_testsuite (on/OFF)
   Adds many extra tests for the MPI module.
 
+minimal_java (on/OFF)
+  Build a java library with as few dependencies as possible.
+
 Reset the build configuration
 """""""""""""""""""""""""""""