TriBITSPub / TriBITS

TriBITS: Tribal Build, Integrate, and Test System,
http://tribits.org
Other
36 stars 46 forks source link

Refactor TribitsAdjustPackageEnables.cmake to get ready to transition to new data-structures (#63) #532

Closed bartlettroscoe closed 1 year ago

bartlettroscoe commented 1 year ago

Description

This PR is a refactoring of the module TribitsAdjustPackageEnables.cmake to make it easier to understand and navigate. This makes the code more maintainable and makes it easier to refactor to use the new combined TPL and internal package data-structures to complete #63.

Instructions to Reviewers

bartlettroscoe commented 1 year ago

Hello @KyleFromKitware, please have a look at the changes in the new commit 1c324c3 (#532) and please update your review.

I am curious how you would suggest formatting multi-line if() statement clauses.