diff options
author | David Cole <david.cole@kitware.com> | 2012-07-12 19:59:21 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2012-07-12 19:59:21 (GMT) |
commit | d9d34a56e64b36ad79ece0b25c3ba0dbc5b2e1af (patch) | |
tree | bb435aab8218c3c68d3f18661952cbe9453b2bb6 | |
parent | 31c2279f19d167b39185542f8ecd9f908e62bafc (diff) | |
parent | 280a333e1e29f4d29fd3e11298f983bd9873c1f2 (diff) | |
download | CMake-d9d34a56e64b36ad79ece0b25c3ba0dbc5b2e1af.zip CMake-d9d34a56e64b36ad79ece0b25c3ba0dbc5b2e1af.tar.gz CMake-d9d34a56e64b36ad79ece0b25c3ba0dbc5b2e1af.tar.bz2 |
Merge topic 'inject_code_via_variable'
280a333 Fix project command documentation typo (#13384)
-rw-r--r-- | Source/cmProjectCommand.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmProjectCommand.h b/Source/cmProjectCommand.h index 4b051af..88a1944 100644 --- a/Source/cmProjectCommand.h +++ b/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."; } |