Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add context to ccmake option.
[simgrid.git] / buildtools / Cmake / src / CMakeOption.txt
index 3d4db3c..c8c1158 100644 (file)
@@ -3,6 +3,7 @@
 
 set(gtnets_path ${gtnets_path} CACHE PATH "Path to gtnets lib")
 set(prefix ${prefix} CACHE PATH "Path where to install project")
+set(with_context ${with_context} CACHE TYPE INTERNAL FORCE)
 
 if(NOT with_context)
        set(with_context "auto" CACHE TYPE INTERNAL FORCE)