diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2002-11-06 17:04:24 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2002-11-06 17:04:24 (GMT) |
commit | 3d4a2fdc52fa01353653afc8835653559f14e10b (patch) | |
tree | a49befb7d4509bf93fe23e908fbe8496fb90faf2 /Source/cmake.h | |
parent | 0b7d51d79fb2621e84b1d2de16846426304e5f97 (diff) | |
download | CMake-3d4a2fdc52fa01353653afc8835653559f14e10b.zip CMake-3d4a2fdc52fa01353653afc8835653559f14e10b.tar.gz CMake-3d4a2fdc52fa01353653afc8835653559f14e10b.tar.bz2 |
In certain cases, try to guess the source directory, so that you can run cmake or ccmake without specifying source dir
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 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); |