summaryrefslogtreecommitdiffstats
path: root/Source/QtDialog/CMakeSetup.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2015-05-19 14:13:08 (GMT)
committerBrad King <brad.king@kitware.com>2015-05-21 12:59:32 (GMT)
commit8ea2db2639b55b5c3590a594f9beddd9740cf679 (patch)
tree5178410311dfa0930a95ec1967a33d791100a6fd /Source/QtDialog/CMakeSetup.cxx
parent438ce4a0fb92b7288a46e17524418522468eb0a2 (diff)
downloadCMake-8ea2db2639b55b5c3590a594f9beddd9740cf679.zip
CMake-8ea2db2639b55b5c3590a594f9beddd9740cf679.tar.gz
CMake-8ea2db2639b55b5c3590a594f9beddd9740cf679.tar.bz2
cmake-gui: Replace command-line install dialog with information box
The QMacInstallDialog infrastructure no longer works on modern OS X versions. Drop it and replace the dialog with a simple info box that explains to the user how to run 'cmake-gui --install' to add symlinks. Also suggest simply modifying the PATH. This approach is similar to the Xcode 'xcode-select --install' method of installing Xcode Command Line Tools.
Diffstat (limited to 'Source/QtDialog/CMakeSetup.cxx')
-rw-r--r--Source/QtDialog/CMakeSetup.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/QtDialog/CMakeSetup.cxx b/Source/QtDialog/CMakeSetup.cxx
index 167f37c..2d336ee 100644
--- a/Source/QtDialog/CMakeSetup.cxx
+++ b/Source/QtDialog/CMakeSetup.cxx
@@ -15,7 +15,6 @@
#include <QTranslator>
#include <QLocale>
#include <QTextCodec>
-#include "QMacInstallDialog.h"
#include "CMakeSetupDialog.h"
#include "cmDocumentation.h"
#include "cmake.h"