Skip to content

Conversation

@carlocab
Copy link
Contributor

@carlocab carlocab commented Aug 28, 2025

CMake automatically adds a lib prefix to library targets, so the
libhttperf2 target is installed as liblibhttperf2.

We can fix that by removing the redundant lib prefix in the target
name. This also matches the convention used elsewhere. For example:

add_library(
proxygen

CMake automatically adds a `lib` prefix to library targets, so the
`libhttperf2` target is installed as `liblibhttperf2`.

We can fix that by removing the redundant `lib` prefix in the target
name. This also matches the convention used elsewhere. For example:

    https://github.com/facebook/proxygen/blob/95d64e9423cc25ea49bd817d43eaeed7735ca79a/proxygen/lib/CMakeLists.txt#L153-L154
@meta-cla meta-cla bot added the CLA Signed label Aug 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant