diff options
author | Brad King <brad.king@kitware.com> | 2019-10-24 12:01:36 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2019-10-24 12:01:36 (GMT) |
commit | 81ded33c04e0d7faff55b048877fcd795ce8afe0 (patch) | |
tree | 1eaa72a89474d5270812571638322e0dadc0f8b4 | |
parent | fa1fe09dbbf8e18e02a67dc20adb3cb523418ef6 (diff) | |
parent | fd867a49c4c9563c90bf9ebf66ba602dee072e35 (diff) | |
download | CMake-81ded33c04e0d7faff55b048877fcd795ce8afe0.zip CMake-81ded33c04e0d7faff55b048877fcd795ce8afe0.tar.gz CMake-81ded33c04e0d7faff55b048877fcd795ce8afe0.tar.bz2 |
Merge branch 'cmp0097-doc-fix' into release-3.16
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 |