Skip to content

Pass EXCLUDE_FROM_ALL from directory to targets

Zack Galbreath requested to merge zackgalbreath/cmake:exclude_from_all into master

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.

Merge request reports