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/cmDocumentVariables.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/cmDocumentVariables.cxx')
-rw-r--r-- | Source/cmDocumentVariables.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Source/cmDocumentVariables.cxx b/Source/cmDocumentVariables.cxx index f6997cf..d6d6267 100644 --- a/Source/cmDocumentVariables.cxx +++ b/Source/cmDocumentVariables.cxx @@ -176,10 +176,10 @@ void cmDocumentVariables::DefineVariables(cmake* cm) cm->DefineProperty ("CMAKE_EDIT_COMMAND", cmProperty::VARIABLE, - "Full path to CMakeSetup or ccmake.", + "Full path to cmake-gui or ccmake.", "This is the full path to the CMake executable " "that can graphically edit the cache. For example," - " CMakeSetup, ccmake, or cmake -i.",false, + " cmake-gui, ccmake, or cmake -i.",false, "Variables that Provide Information"); cm->DefineProperty @@ -289,7 +289,7 @@ void cmDocumentVariables::DefineVariables(cmake* cm) "Source directory for project.", "This is the top level source directory for the project. " "It corresponds to the source directory given to " - "CMakeSetup or ccmake.",false, + "cmake-gui or ccmake.",false, "Variables that Provide Information"); cm->DefineProperty ("CMAKE_STANDARD_LIBRARIES", cmProperty::VARIABLE, @@ -631,7 +631,7 @@ void cmDocumentVariables::DefineVariables(cmake* cm) "to 1 for static the static MFC library, and 2 for " "the shared MFC library. This is used in visual " "studio 6 and 7 project files. The CMakeSetup " - "dialog uses MFC and the CMakeLists.txt looks like this:\n" + "dialog used MFC and the CMakeLists.txt looks like this:\n" "add_definitions(-D_AFXDLL)\n" "set(CMAKE_MFC_FLAG 2)\n" "add_executable(CMakeSetup WIN32 ${SRCS})\n",false, |