Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Refresh or delete some options.
[simgrid.git] / buildtools / CPACK / src / CMakeOption.txt
index f8f8cac..4d82547 100644 (file)
@@ -9,13 +9,12 @@ if(NOT with_context)
        set(with_context "auto" CACHE TYPE INTERNAL FORCE)
 endif(NOT with_context)
 
-option(init "Set ON for make _*.c with gras_stub_generator" OFF)
-option(MAINTAINER_MODE "Permit to make flex and flexml files." OFF)
-option(supernovae "Supernovae mode." OFF)
-option(disable_java "This variable set the java context." OFF)
-option(disable_lua "This variable set lua use." OFF)
-option(enable_compile_warnings "" OFF)
-option(enable_compile_optimizations "" OFF)
-option(disable_gtnets "This variable set the gtnets context." OFF)
-option(disable_ruby "This variable set ruby use." ON)
-option(distrib "Set on if you want make a distribution." OFF)
+option(init "Set ON for make _*.c with gras_stub_generator" off)
+option(enable_maintainer_mode "Permit to make flex and flexml files." off)
+option(supernovae "Supernovae mode." off)
+option(disable_java "This variable set the java context." off)
+option(disable_lua "This variable set lua use." off)
+option(enable_compile_warnings "" off)
+option(enable_compile_optimizations "" off)
+option(disable_gtnets "This variable set the gtnets context." off)
+option(disable_ruby "This variable set ruby use." on)