Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add context to ccmake option.
authornavarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 25 Mar 2010 16:09:41 +0000 (16:09 +0000)
committernavarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 25 Mar 2010 16:09:41 +0000 (16:09 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7383 48e7efb5-ca39-0410-a469-dd3cf9ba447f

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)