diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2009-09-03 21:01:07 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2009-09-03 21:01:07 (GMT) |
commit | 1554265aa6db4cf4b77bb6d034b8127611530bca (patch) | |
tree | 42edfc6f5c0d9915750a3be10f103dae2681022d /Source/cmake.cxx | |
parent | 766f6608bf27c1e9134ba9413e33450f7af99d8d (diff) | |
download | CMake-1554265aa6db4cf4b77bb6d034b8127611530bca.zip CMake-1554265aa6db4cf4b77bb6d034b8127611530bca.tar.gz CMake-1554265aa6db4cf4b77bb6d034b8127611530bca.tar.bz2 |
Remove CMakeSetup. Long live cmake-gui, start building Qt now.
Diffstat (limited to 'Source/cmake.cxx')
-rw-r--r-- | Source/cmake.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmake.cxx b/Source/cmake.cxx index f59b0b0..5c6a7c6 100644 --- a/Source/cmake.cxx +++ b/Source/cmake.cxx @@ -840,7 +840,7 @@ int cmake::AddCMakePaths() if( !cmSystemTools::FileExists(editCacheCommand.c_str())) { editCacheCommand = cmSystemTools::GetFilenamePath(cMakeSelf) + - "/CMakeSetup" + cmSystemTools::GetFilenameExtension(cMakeSelf); + "/cmake-gui" + cmSystemTools::GetFilenameExtension(cMakeSelf); } if(cmSystemTools::FileExists(editCacheCommand.c_str())) { |