Pass EXCLUDE_FROM_ALL from directory to targets
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
Activity
- Resolved by Zack Galbreath
- Resolved by Zack Galbreath
@zackgalbreath please rebase on
master
to get some fixes after test infrastructure updates.
added workflow:wip label
added 85 commits
-
a3f82b5d...bd3685b6 - 84 commits from branch
cmake:master
- 16dcafa4 - Pass EXCLUDE_FROM_ALL from directory to targets
-
a3f82b5d...bd3685b6 - 84 commits from branch
added 1 commit
- 67635e22 - Pass EXCLUDE_FROM_ALL from directory to targets
Errors:
- commit 67635e22 is not allowed because the following files are not formatted according to the 'clang-format-6.0' check:
Source/cmGlobalGenerator.cxx
. Post a comment ending in the lineDo: reformat
to rewrite the MR source branch automatically.
Please rewrite commits to fix the errors listed above (adding fixup commits will not resolve the errors) and force-push the branch again to update the merge request.
- commit 67635e22 is not allowed because the following files are not formatted according to the 'clang-format-6.0' check:
added 1 commit
- 627f33fe - Pass EXCLUDE_FROM_ALL from directory to targets
added 1 commit
- 0de5203c - Pass EXCLUDE_FROM_ALL from directory to targets
assigned to @kyle.edwards
@kyle.edwards, you may remember the conversation we had about how
EXCLUDE_FROM_ALL
couldn't be overridden at the target level. This MR addresses that. Would you please review these proposed changes?