diff options
Diffstat (limited to 'Source/cmCacheManager.h')
-rw-r--r-- | Source/cmCacheManager.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmCacheManager.h b/Source/cmCacheManager.h index 6ecb37b..edb18a8 100644 --- a/Source/cmCacheManager.h +++ b/Source/cmCacheManager.h @@ -78,6 +78,7 @@ public: bool LoadCache(cmMakefile*); //! Load a cache for given makefile. Loads from path/CMakeCache.txt. bool LoadCache(const char* path); + bool LoadCache(const char* path, bool internal); //! Put cache definitions into makefile void DefineCache(cmMakefile*); |