You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While working on #510, I discovered that TriBITS is not enabling downstream packages that only have test dependencies on an upstream package. For example, if you configure TribitsExampleProject with:
bartlettroscoe
changed the title
TriBITS not enabling downstream package with test-only dependency on upstream package with <Project>_ENABLE_ALL_FORWARD_DEP_PACKAGES=ON
INVALID: TriBITS not enabling downstream package with test-only dependency on upstream package with <Project>_ENABLE_ALL_FORWARD_DEP_PACKAGES=ON
Aug 11, 2022
…riBITSPub#511)
I noticed that some important TriBITS logic that was not documented in the
build reference guide. I noticed this while working on TriBITSPub#510 and TriBITSPub#511 (but,
again, this is just documenting existing behavior).
…riBITSPub#511)
I noticed that some important TriBITS logic that was not documented in the
build reference guide. I noticed this while working on TriBITSPub#510 and TriBITSPub#511 (but,
again, this is just documenting existing behavior).
While working on #510, I discovered that TriBITS is not enabling downstream packages that only have test dependencies on an upstream package. For example, if you configure TribitsExampleProject with:
you don't get the subpackage
WithSubpackagesB
enabled and have its test built even though that package has an optional test dependency onMixedLang
.The text was updated successfully, but these errors were encountered: