summaryrefslogtreecommitdiffstats
path: root/Help/release/dev
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2014-04-03 19:56:40 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2014-04-03 19:56:40 (GMT)
commitbc0e9806d77b6d54a7cdda89986d37d228785148 (patch)
treeca965df1a143191a128d479416cad2b809dfd575 /Help/release/dev
parent5376151aa1d724b6d7ddef8d2e521d97cbfa74ae (diff)
parentf4fe632297c4ffb825eae15e2e627178f2f53431 (diff)
downloadCMake-bc0e9806d77b6d54a7cdda89986d37d228785148.zip
CMake-bc0e9806d77b6d54a7cdda89986d37d228785148.tar.gz
CMake-bc0e9806d77b6d54a7cdda89986d37d228785148.tar.bz2
Merge topic 'ExternalProject_exclude-from-all'
f4fe6322 Help: Add notes for topic 'ExternalProject_exclude-from-all'
Diffstat (limited to 'Help/release/dev')
-rw-r--r--Help/release/dev/ExternalProject_exclude-from-all.rst11
1 files changed, 11 insertions, 0 deletions
diff --git a/Help/release/dev/ExternalProject_exclude-from-all.rst b/Help/release/dev/ExternalProject_exclude-from-all.rst
new file mode 100644
index 0000000..1d62b3a
--- /dev/null
+++ b/Help/release/dev/ExternalProject_exclude-from-all.rst
@@ -0,0 +1,11 @@
+ExternalProject_exclude-from-all
+--------------------------------
+
+* The :module:`ExternalProject` module ``ExternalProject_Add`` command
+ learned a new ``EXCLUDE_FROM_ALL`` option to cause the external
+ project target to have the :prop_tgt:`EXCLUDE_FROM_ALL` target
+ property set.
+
+* The :module:`ExternalProject` module ``ExternalProject_Add_Step`` command
+ learned a new ``EXCLUDE_FROM_MAIN`` option to cause the step to not be
+ a direct dependency of the main external project target.