mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-22 14:23:10 -05:00
dc6888573d
When a target is created it now inherits the EXCLUDE_FROM_ALL property from its directory. This change makes it possible to include a target in "all", even if its directory has been marked as EXCLUDE_FROM_ALL.
8 lines
323 B
ReStructuredText
8 lines
323 B
ReStructuredText
EXCLUDE_FROM_ALL
|
|
----------------
|
|
|
|
* A target's :prop_tgt:`EXCLUDE_FROM_ALL` property can now override the
|
|
setting of its directory. A target will now be built as part of "all"
|
|
if its :prop_tgt:`EXCLUDE_FROM_ALL` property is set to ``OFF``, even if its
|
|
containing directory is marked as :prop_dir:`EXCLUDE_FROM_ALL`.
|