diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2008-02-12 14:49:42 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2008-02-12 14:49:42 (GMT) |
commit | 3fa087c8ab7bb6d1aa1c6a1edc32edd66e781bb8 (patch) | |
tree | f32e5b7a4fda680667ac13c1c9a76e2c0836dcee /Source/CursesDialog | |
parent | 88eca37d4ef804efc7d6cc204cf96ca07abd8482 (diff) | |
download | CMake-3fa087c8ab7bb6d1aa1c6a1edc32edd66e781bb8.zip CMake-3fa087c8ab7bb6d1aa1c6a1edc32edd66e781bb8.tar.gz CMake-3fa087c8ab7bb6d1aa1c6a1edc32edd66e781bb8.tar.bz2 |
ENH: fix make edit_cache for cmake-gui
Diffstat (limited to 'Source/CursesDialog')
-rw-r--r-- | Source/CursesDialog/cmCursesMainForm.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/CursesDialog/cmCursesMainForm.cxx b/Source/CursesDialog/cmCursesMainForm.cxx index 3258880..01ab275 100644 --- a/Source/CursesDialog/cmCursesMainForm.cxx +++ b/Source/CursesDialog/cmCursesMainForm.cxx @@ -48,6 +48,7 @@ cmCursesMainForm::cmCursesMainForm(std::vector<std::string> const& args, this->HelpMessage.push_back(""); this->HelpMessage.push_back(s_ConstHelpMessage); this->CMakeInstance = new cmake; + this->CMakeInstance->SetCMakeEditCommand("ccmake"); // create the arguments for the cmake object std::string whereCMake = cmSystemTools::GetProgramPath(this->Args[0].c_str()); |