diff options
author | Robert Maynard <robert.maynard@kitware.com> | 2019-07-16 18:13:43 (GMT) |
---|---|---|
committer | Robert Maynard <robert.maynard@kitware.com> | 2019-07-24 13:36:30 (GMT) |
commit | d6be117ca06154bdf9f0b72c6159a496da1646f7 (patch) | |
tree | 1c74e672ba0dedbd55f3c7b8a7d338f6c82ff211 /Help/manual | |
parent | a1debb8b0844128fcdd9b75223b31c4e386d3d33 (diff) | |
download | CMake-d6be117ca06154bdf9f0b72c6159a496da1646f7.zip CMake-d6be117ca06154bdf9f0b72c6159a496da1646f7.tar.gz CMake-d6be117ca06154bdf9f0b72c6159a496da1646f7.tar.bz2 |
ExternalProject: Support not initializing any submodules
Fixes #15592
Diffstat (limited to 'Help/manual')
-rw-r--r-- | Help/manual/cmake-policies.7.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Help/manual/cmake-policies.7.rst b/Help/manual/cmake-policies.7.rst index 6bdabaf..44ea1a8 100644 --- a/Help/manual/cmake-policies.7.rst +++ b/Help/manual/cmake-policies.7.rst @@ -57,6 +57,7 @@ Policies Introduced by CMake 3.16 .. toctree:: :maxdepth: 1 + CMP0097: ExternalProject_Add with GIT_SUBMODULES "" initializes no submodules. </policy/CMP0097> CMP0096: project() preserves leading zeros in version components. </policy/CMP0096> CMP0095: RPATH entries are properly escaped in the intermediary CMake install script. </policy/CMP0095> |