diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2002-11-07 14:04:20 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2002-11-07 14:04:20 (GMT) |
commit | 7274abe460d145aeb9cbfade17c6671cac7e22e5 (patch) | |
tree | d097aa820e7e2e19bff3f0b6f31d75af07d4445a /Source/cmake.h | |
parent | 5c6355ecbdabef4d8b7ece2a38dad357fa775a99 (diff) | |
download | CMake-7274abe460d145aeb9cbfade17c6671cac7e22e5.zip CMake-7274abe460d145aeb9cbfade17c6671cac7e22e5.tar.gz CMake-7274abe460d145aeb9cbfade17c6671cac7e22e5.tar.bz2 |
Revert back
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); |