diff options
author | Brad King <brad.king@kitware.com> | 2003-08-26 19:06:52 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2003-08-26 19:06:52 (GMT) |
commit | 41445f67aca14217f5e786b25ed5665b26d45ca8 (patch) | |
tree | 79a6e937f774a1bd2670430a3b14c0b2b58515d4 /Source/cmakewizard.h | |
parent | c59cc5a542ca78cba2983d91b588ae1f7ee490dd (diff) | |
download | CMake-41445f67aca14217f5e786b25ed5665b26d45ca8.zip CMake-41445f67aca14217f5e786b25ed5665b26d45ca8.tar.gz CMake-41445f67aca14217f5e786b25ed5665b26d45ca8.tar.bz2 |
BUG: Fixed crash of cmake -i when CMAKE_ROOT cannot be found. Made resulting error message cleaner.
Diffstat (limited to 'Source/cmakewizard.h')
-rw-r--r-- | Source/cmakewizard.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmakewizard.h b/Source/cmakewizard.h index 21521da..1a9baa6 100644 --- a/Source/cmakewizard.h +++ b/Source/cmakewizard.h @@ -38,7 +38,7 @@ public: * Run cmake in wizard mode. This will coninue to ask the user questions * until there are no more entries in the cache. */ - void RunWizard(std::vector<std::string>const& args); + int RunWizard(std::vector<std::string>const& args); private: bool m_ShowAdvanced; |