Merge topic 'ExternalProject_exclude-from-all'

f4fe6322 Help: Add notes for topic 'ExternalProject_exclude-from-all'
This commit is contained in:
Brad King 2014-04-03 15:56:40 -04:00 committed by CMake Topic Stage
commit bc0e9806d7
1 changed files with 11 additions and 0 deletions

View File

@ -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.