Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove old variable with_context.
[simgrid.git] / buildtools / Cmake / Option.cmake
index 4959732..82a6439 100644 (file)
@@ -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)