X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/5bfb48696ec0427d665778489651cfaa90646630..eee49aeac605271b0689346297a065c4976f5dc5:/buildtools/Cmake/Option.cmake diff --git a/buildtools/Cmake/Option.cmake b/buildtools/Cmake/Option.cmake index 4959732df4..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)