CMAKE_STATIC_LIBRARY_PREFIX affects the naming of all static libs (in
MSVC configurations), including c++experimental, which only is produced
as static regardless of LIBCXX_ENABLE_STATIC.
Details
Details
- Reviewers
curdeius ldionne - Group Reviewers
Restricted Project - Commits
- rG7a804c09798a: [libcxx] Consistently set CMAKE_STATIC_LIBRARY_PREFIX regardless of…
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
I think even better would be to get rid of the need to compute the name of the static library, but this is still a slight improvement.
Comment Actions
Yup, but even then, this one makes sure that we are consistent in setting our preference for how cmake names things.