From: navarrop Date: Thu, 25 Mar 2010 16:09:41 +0000 (+0000) Subject: Add context to ccmake option. X-Git-Tag: SVN~357 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/53c08972a4d829892c151915f9f236c72bdf4165 Add context to ccmake option. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7383 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/buildtools/Cmake/src/CMakeOption.txt b/buildtools/Cmake/src/CMakeOption.txt index 3d4db3cda0..c8c1158bd6 100644 --- a/buildtools/Cmake/src/CMakeOption.txt +++ b/buildtools/Cmake/src/CMakeOption.txt @@ -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)