diff options
author | David Cole <david.cole@kitware.com> | 2011-11-01 18:26:38 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2011-11-01 18:26:38 (GMT) |
commit | 55659c4ea932851c4d969b83e919c3dacec2505e (patch) | |
tree | d02bb0406ccbf9cc9a3e6ede185737b216e6cc36 /Source | |
parent | 09dfcfb6cbc15588c4cc6fcff76a9e2d1559d529 (diff) | |
parent | 83b13a250c33bea555556eadc7a9cf9f3c55546b (diff) | |
download | CMake-55659c4ea932851c4d969b83e919c3dacec2505e.zip CMake-55659c4ea932851c4d969b83e919c3dacec2505e.tar.gz CMake-55659c4ea932851c4d969b83e919c3dacec2505e.tar.bz2 |
Merge topic 'FixCMAKE_BUILD_TOOL_doc'
83b13a2 Fix old reference to CMAKE_MAKE_PROGRAM inside CMAKE_BUILD_TOOL doc.
Diffstat (limited to 'Source')
-rw-r--r-- | Source/cmDocumentVariables.cxx | 2 |
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 " |