Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add context to ccmake option.
[simgrid.git] / buildtools / Cmake / src / CMakeOption.txt
index d0bcc59..c8c1158 100644 (file)
@@ -3,20 +3,26 @@
 
 set(gtnets_path ${gtnets_path} CACHE PATH "Path to gtnets lib")
 set(prefix ${prefix} CACHE PATH "Path where to install project")
+set(with_context ${with_context} CACHE TYPE INTERNAL FORCE)
 
 if(NOT with_context)
        set(with_context "auto" CACHE TYPE INTERNAL FORCE)
 endif(NOT with_context)
 
-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(disable_gtnets "This variable set the gtnets context." off)
+option(disable_ruby "This variable set ruby 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(enable_maintainer_mode "Permit to make flex and flexml files." off)
+option(enable_coverage "Enable coverage." off)
+option(supernovae "Supernovae mode." off)
 
+mark_as_advanced(LUA_LIB_PATH_1)                                                                                                                      
+mark_as_advanced(LUA_LIB_PATH_2)
+mark_as_advanced(HAVE_LUA5_1_LAUXLIB_H)                        
+mark_as_advanced(HAVE_LUA5_1_LUALIB_H)
 mark_as_advanced(CLEAR gtnets_path)
 mark_as_advanced(BUILDNAME)
 mark_as_advanced(ADDR2LINE)
@@ -39,4 +45,5 @@ mark_as_advanced(SED_EXE)
 mark_as_advanced(SET_MAKE)
 mark_as_advanced(SH_EXE)
 mark_as_advanced(SVN)
+mark_as_advanced(GIT)
 mark_as_advanced(VALGRIND_PATH)