summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r--Source/cmMakefile.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h
index 6c3d218..a3a16b6 100644
--- a/Source/cmMakefile.h
+++ b/Source/cmMakefile.h
@@ -291,6 +291,11 @@ public:
bool force = false);
/**
+ * Update the variable scope to make the cache definition visible.
+ */
+ void UseCacheDefinition(cmCacheManager::CacheIterator const& it);
+
+ /**
* Add bool variable definition to the build.
*/
void AddDefinition(const char* name, bool);