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/QtDialog/QCMake.cxx | |
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/QtDialog/QCMake.cxx')
-rw-r--r-- | Source/QtDialog/QCMake.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/QtDialog/QCMake.cxx b/Source/QtDialog/QCMake.cxx index d07d5ec..0784dae 100644 --- a/Source/QtDialog/QCMake.cxx +++ b/Source/QtDialog/QCMake.cxx @@ -47,6 +47,7 @@ QCMake::QCMake(QObject* p) cmSystemTools::SetErrorCallback(QCMake::errorCallback, this); this->CMakeInstance = new cmake; + this->CMakeInstance->SetCMakeEditCommand("cmake-gui"); this->CMakeInstance->SetProgressCallback(QCMake::progressCallback, this); std::vector<std::string> generators; |