Remove unnecessary CMake target indirection #21230
Labels
area: Build System
Enhancement
Changes/Updates/Additions to existing features
priority: low
Low impact/importance bug
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}
.The text was updated successfully, but these errors were encountered: