浏览代码

Merge topic 'inject_code_via_variable'

280a333 Fix project command documentation typo (#13384)
David Cole 13 年之前
父节点
当前提交
d9d34a56e6
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Source/cmProjectCommand.h

+ 1 - 1
Source/cmProjectCommand.h

@@ -69,7 +69,7 @@ public:
       "C++ compiler, you can disable the check for it by explicitly listing "
       "the languages you want to support, e.g. C.  By using the special "
       "language \"NONE\" all checks for any language can be disabled. "
-      "If a variable exists called CMAKE_PROJECT_<projectName>_INCLUDE_FILE, "
+      "If a variable exists called CMAKE_PROJECT_<projectName>_INCLUDE, "
       "the file pointed to by that variable will be included as the last step "
       "of the project command.";
     }