Skip to content

Remove unnecessary CMake target indirection  #21230

@mbolivar

Description

@mbolivar

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

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions