summaryrefslogtreecommitdiffstats
path: root/Source/cmCacheManager.h
diff options
context:
space:
mode:
authorBerk Geveci <berk.geveci@kitware.com>2001-08-16 15:41:44 (GMT)
committerBerk Geveci <berk.geveci@kitware.com>2001-08-16 15:41:44 (GMT)
commit3b9f97f32d019520c372551ab4c6a321cb560094 (patch)
tree2a365aa2b73ea78499bee77b045e93d58adfb52c /Source/cmCacheManager.h
parent06a0f67f93435e49d14c45c234a0bf2246b28b83 (diff)
downloadCMake-3b9f97f32d019520c372551ab4c6a321cb560094.zip
CMake-3b9f97f32d019520c372551ab4c6a321cb560094.tar.gz
CMake-3b9f97f32d019520c372551ab4c6a321cb560094.tar.bz2
Adding new options to LoadCache.
Diffstat (limited to 'Source/cmCacheManager.h')
-rw-r--r--Source/cmCacheManager.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmCacheManager.h b/Source/cmCacheManager.h
index 206cec8..d1b6c21 100644
--- a/Source/cmCacheManager.h
+++ b/Source/cmCacheManager.h
@@ -79,7 +79,8 @@ public:
bool LoadCache(const char* path);
bool LoadCache(const char* path, bool internal);
bool LoadCache(const char* path, bool internal,
- std::set<std::string>& excludes);
+ std::set<std::string>& excludes,
+ std::set<std::string>& includes);
///! Put cache definitions into makefile
void DefineCache(cmMakefile*);