X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/54ce1078962f1acdd7af97bc1c27d13d1c6396cc..0f7698660d1ad8ab24d92e4c746d521de60e23be:/buildtools/Cmake/src/CMakeOption.txt diff --git a/buildtools/Cmake/src/CMakeOption.txt b/buildtools/Cmake/src/CMakeOption.txt index d0bcc59dcb..d3a97b79a8 100644 --- a/buildtools/Cmake/src/CMakeOption.txt +++ b/buildtools/Cmake/src/CMakeOption.txt @@ -8,15 +8,17 @@ 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(supernovae "Supernovae mode." off) +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)