diff options
Diffstat (limited to 'Source/cmake.h')
-rw-r--r-- | Source/cmake.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmake.h b/Source/cmake.h index 2f30e4f..749e448 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(bool fix_paths = false); + int LoadCache(); ///! Create a GlobalGenerator cmGlobalGenerator* CreateGlobalGenerator(const char* name); |