X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a46b3e6c423da020937c547ab7983925e4b589e0..d41f59b57dbce6d6baed56b99dd89f2d160702ad:/buildtools/Cmake/Option.cmake diff --git a/buildtools/Cmake/Option.cmake b/buildtools/Cmake/Option.cmake index 1081c590f9..82a6439aa5 100644 --- a/buildtools/Cmake/Option.cmake +++ b/buildtools/Cmake/Option.cmake @@ -4,7 +4,7 @@ set(BIBTEX2HTML ${BIBTEX2HTML} CACHE PATH "Path to bibtex2html") - +set(gtnets_path ${gtnets_path} CACHE PATH "Path to gtnets lib and include") set(custom_flags ${custom_flags} CACHE FORCE "Customers flags add to cmake_c_flag") if(NOT CMAKE_INSTALL_PREFIX) @@ -13,12 +13,6 @@ else(NOT CMAKE_INSTALL_PREFIX) set(CMAKE_INSTALL_PREFIX ${CMAKE_INSTALL_PREFIX} CACHE PATH "Path where to install project") endif(NOT CMAKE_INSTALL_PREFIX) -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) - set(pipol_user ${pipol_user} CACHE TYPE INTERNAL FORCE) option(enable_gtnets "Whether gtnets model is activated." on) @@ -59,7 +53,6 @@ mark_as_advanced(HAVE_RSYNC) mark_as_advanced(BIBTEX2HTML_PATH) 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) mark_as_advanced(BIBTOOL_PATH)