-
Notifications
You must be signed in to change notification settings - Fork 8.2k
Open
Labels
EnhancementChanges/Updates/Additions to existing featuresChanges/Updates/Additions to existing featuresarea: Build Systempriority: lowLow impact/importance bugLow impact/importance bug
Description
Is your enhancement proposal related to a problem? Please describe.
As prep work for #13672, various changes were made to the build system which add extra layers of indirection for target names. One example commit is 1b86fb9.
Since this PR was rejected, the indirection is not necessary and will not be necessary, so it should be removed.
I'm not sure if any other indirection besides targets should be looked at.
Describe the solution you'd like
Remove extra indirection and refer to target names directly from CMake, e.g. offsets_h instead of ${OFFSETS_H_TARGET}.
Metadata
Metadata
Assignees
Labels
EnhancementChanges/Updates/Additions to existing featuresChanges/Updates/Additions to existing featuresarea: Build Systempriority: lowLow impact/importance bugLow impact/importance bug