summaryrefslogtreecommitdiffstats
path: root/Source/cmake.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmake.h')
-rw-r--r--Source/cmake.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmake.h b/Source/cmake.h
index 749e448..2f30e4f 100644
--- a/Source/cmake.h
+++ b/Source/cmake.h
@@ -146,7 +146,7 @@ class cmake
* GlobalGenerator. This in turn will read in an process all the CMakeList
* files for the tree. It will not produce any actual Makefiles, or
* workspaces. Generate does that. */
- int LoadCache();
+ int LoadCache(bool fix_paths = false);
///! Create a GlobalGenerator
cmGlobalGenerator* CreateGlobalGenerator(const char* name);