]> AND Public Git Repository - simgrid.git/blobdiff - buildtools/Cmake/Option.cmake
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Support for Fortran code in SMPI based on f2c, some perl and some dirty hacks.
[simgrid.git] / buildtools / Cmake / Option.cmake
index 685613c208bd4eb73d9fc8f70972178f7a2698b8..e89b3f8b4477569416a9db3ee81ee057ee03acc1 100644 (file)
@@ -50,13 +50,11 @@ option(enable_model-checking "" off)
 option(enable_lib_static "" off)
 option(enable_graphviz "" off)
 option(GRAS_IS_BROKEN "Set some tests are broken" off)
+
 if(WIN32 OR APPLE) #actually not enable with windows and Apple
-       message("-- Mode supernovae is disabled.")
        message("-- Smpi and GTnets are disabled.")
-       set(enable_supernovae false CACHE TYPE INTERNAL FORCE)
        set(enable_smpi false CACHE TYPE INTERNAL FORCE)
        set(enable_gtnets false CACHE TYPE INTERNAL FORCE) 
-       mark_as_advanced(enable_supernovae)
     mark_as_advanced(enable_smpi)
     mark_as_advanced(enable_gtnets)
     mark_as_advanced(gtnets_path)