summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorCharis Marangos <info@schemingdeveloper.com>2019-10-16 03:19:18 (GMT)
committerBrad King <brad.king@kitware.com>2019-10-24 17:36:19 (GMT)
commit5bc6230741008257c33e849e4b84a2c30c19d37c (patch)
treea2abb0dba5579b2c7b50065de555171df4bf98e0 /Help
parent60509518124e715994900afa88530558b248510c (diff)
downloadCMake-5bc6230741008257c33e849e4b84a2c30c19d37c.zip
CMake-5bc6230741008257c33e849e4b84a2c30c19d37c.tar.gz
CMake-5bc6230741008257c33e849e4b84a2c30c19d37c.tar.bz2
ExternalProject: Option to turn off recursive update of git submodules
Fixes: #19832
Diffstat (limited to 'Help')
-rw-r--r--Help/release/dev/ExternalProject-git-no-recurse.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/Help/release/dev/ExternalProject-git-no-recurse.rst b/Help/release/dev/ExternalProject-git-no-recurse.rst
new file mode 100644
index 0000000..b9e09d3
--- /dev/null
+++ b/Help/release/dev/ExternalProject-git-no-recurse.rst
@@ -0,0 +1,7 @@
+ExternalProject-git-no-recurse
+------------------------------
+
+* The :module:`ExternalProject` module :command:`ExternalProject_Add`
+ command gained a ``GIT_SUBMODULES_RECURSE`` option to specify whether
+ Git submodules should be updated recursively. The default is on to
+ preserve existing behavior.