diff options
author | Robert Maynard <robert.maynard@kitware.com> | 2019-06-04 12:35:46 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2019-06-04 12:45:49 (GMT) |
commit | bb8b3727c9aa9b17a55f3f37d8884bb57aeaa73d (patch) | |
tree | bcf83dc53f70396f1645c8d24896717af7803b0a | |
parent | 842f70c49359bfd9a13e333f2571371f64d163e1 (diff) | |
download | CMake-bb8b3727c9aa9b17a55f3f37d8884bb57aeaa73d.zip CMake-bb8b3727c9aa9b17a55f3f37d8884bb57aeaa73d.tar.gz CMake-bb8b3727c9aa9b17a55f3f37d8884bb57aeaa73d.tar.bz2 |
Help: Reference project command in CMAKE_PROJECT_INCLUDE_BEFORE relnotes
-rw-r--r-- | Help/release/dev/project-include-before.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/release/dev/project-include-before.rst b/Help/release/dev/project-include-before.rst index 3f16cd7..9a9e067 100644 --- a/Help/release/dev/project-include-before.rst +++ b/Help/release/dev/project-include-before.rst @@ -2,4 +2,4 @@ cmake_project_include_before ---------------------------- * A variable :variable:`CMAKE_PROJECT_INCLUDE_BEFORE` was added to allow - injection of custom code into the project. + injection of custom code before the :command:`project` call. |