Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Option for debug print.
[simgrid.git] / buildtools / Cmake / src / CMakeOption.txt
index 9daa228..cf01d9d 100644 (file)
@@ -19,11 +19,15 @@ option(enable_maintainer_mode "Permit to make flex and flexml files." off)
 option(enable_coverage "Enable coverage." off)
 option(enable_memcheck "Enable memcheck." off)
 option(supernovae "Supernovae mode." off)
+option(print_message "Enable print message during config." off)
 
 mark_as_advanced(LUA_LIB_PATH_1)                                                                                                                      
 mark_as_advanced(LUA_LIB_PATH_2)
+mark_as_advanced(LUA_LIB_PATH_3)
 mark_as_advanced(HAVE_LUA5_1_LAUXLIB_H)                        
 mark_as_advanced(HAVE_LUA5_1_LUALIB_H)
+mark_as_advanced(RUBY_LIB_PATH_1)                                                                                                                      
+mark_as_advanced(RUBY_LIB_PATH_2)
 mark_as_advanced(CLEAR gtnets_path)
 mark_as_advanced(BUILDNAME)
 mark_as_advanced(ADDR2LINE)