summaryrefslogtreecommitdiffstats
path: root/Source/cmDocumentVariables.cxx
diff options
context:
space:
mode:
authorEric NOULARD <eric.noulard@gmail.com>2011-10-30 21:34:18 (GMT)
committerEric NOULARD <eric.noulard@gmail.com>2011-10-30 21:34:18 (GMT)
commit83b13a250c33bea555556eadc7a9cf9f3c55546b (patch)
treee716c7afde1aa153cc77df0c8e8c36e13f99b668 /Source/cmDocumentVariables.cxx
parentb1e9e55c6c56a07a7d8f4380bc5c16a1722e52ca (diff)
downloadCMake-83b13a250c33bea555556eadc7a9cf9f3c55546b.zip
CMake-83b13a250c33bea555556eadc7a9cf9f3c55546b.tar.gz
CMake-83b13a250c33bea555556eadc7a9cf9f3c55546b.tar.bz2
Fix old reference to CMAKE_MAKE_PROGRAM inside CMAKE_BUILD_TOOL doc.
Diffstat (limited to 'Source/cmDocumentVariables.cxx')
-rw-r--r--Source/cmDocumentVariables.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmDocumentVariables.cxx b/Source/cmDocumentVariables.cxx
index f4d4e7c..f46e1ce 100644
--- a/Source/cmDocumentVariables.cxx
+++ b/Source/cmDocumentVariables.cxx
@@ -126,7 +126,7 @@ void cmDocumentVariables::DefineVariables(cmake* cm)
"This variable is set to the program that will be"
" needed to build the output of CMake. If the "
"generator selected was Visual Studio 6, the "
- "CMAKE_MAKE_PROGRAM will be set to msdev, for "
+ "CMAKE_BUILD_TOOL will be set to msdev, for "
"Unix makefiles it will be set to make or gmake, "
"and for Visual Studio 7 it set to devenv. For "
"Nmake Makefiles the value is nmake. This can be "