diff options
author | Kyle Edwards <kyle.edwards@kitware.com> | 2019-07-26 16:02:15 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2019-07-26 16:02:34 (GMT) |
commit | 8fd481a899b651150d317cdfe448cbf628933e4d (patch) | |
tree | dd3e1dc17d36815724a2e325ad9bfeaadb58af8b /Help/manual | |
parent | 618bd463ad853da9cd4594bc1ff08fb272a7450d (diff) | |
parent | d6be117ca06154bdf9f0b72c6159a496da1646f7 (diff) | |
download | CMake-8fd481a899b651150d317cdfe448cbf628933e4d.zip CMake-8fd481a899b651150d317cdfe448cbf628933e4d.tar.gz CMake-8fd481a899b651150d317cdfe448cbf628933e4d.tar.bz2 |
Merge topic 'ep_support_no_submodule_init'
d6be117ca0 ExternalProject: Support not initializing any submodules
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !3579
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> |