浏览代码

Fix old reference to CMAKE_MAKE_PROGRAM inside CMAKE_BUILD_TOOL doc.

Eric NOULARD 14 年之前
父节点
当前提交
83b13a250c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Source/cmDocumentVariables.cxx

+ 1 - 1
Source/cmDocumentVariables.cxx

@@ -126,7 +126,7 @@ void cmDocumentVariables::DefineVariables(cmake* cm)
      "This variable is set to the program that will be"
      "This variable is set to the program that will be"
      " needed to build the output of CMake.   If the "
      " needed to build the output of CMake.   If the "
      "generator selected was Visual Studio 6, 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, "
      "Unix makefiles it will be set to make or gmake, "
      "and for Visual Studio 7 it set to devenv.  For "
      "and for Visual Studio 7 it set to devenv.  For "
      "Nmake Makefiles the value is nmake. This can be "
      "Nmake Makefiles the value is nmake. This can be "