diff options
author | Brad King <brad.king@kitware.com> | 2019-10-24 12:02:23 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2019-10-24 12:03:15 (GMT) |
commit | 920dd9d56bca8f855675ecf65c13059d111c3ec6 (patch) | |
tree | 0660fb48837ea51c6e31b3f25673fc2b4236f3d7 | |
parent | 26a0f5d6d428f025f4bfb987d6dc24acb0707aec (diff) | |
parent | fd867a49c4c9563c90bf9ebf66ba602dee072e35 (diff) | |
download | CMake-920dd9d56bca8f855675ecf65c13059d111c3ec6.zip CMake-920dd9d56bca8f855675ecf65c13059d111c3ec6.tar.gz CMake-920dd9d56bca8f855675ecf65c13059d111c3ec6.tar.bz2 |
Merge topic 'cmp0097-doc-fix'
fd867a49c4 Help: Fix capitalization in CMP0097 documentation
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !3941
-rw-r--r-- | Help/policy/CMP0097.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/policy/CMP0097.rst b/Help/policy/CMP0097.rst index 8a5ff88..4840aa6 100644 --- a/Help/policy/CMP0097.rst +++ b/Help/policy/CMP0097.rst @@ -14,7 +14,7 @@ to expect the new behavior. The ``OLD`` behavior for this policy is for ``GIT_SUBMODULES`` when set to an empty string to initialize and update all git submodules. -The ``New`` behavior for this policy is for ``GIT_SUBMODULES`` when set to +The ``NEW`` behavior for this policy is for ``GIT_SUBMODULES`` when set to an empty string to initialize and update no git submodules. This policy was introduced in CMake version 3.16. Use the |