-
Notifications
You must be signed in to change notification settings - Fork 6.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[lz4] depends on xxhash #28748
[lz4] depends on xxhash #28748
Conversation
73da08b
to
86b29e4
Compare
86b29e4
to
d8c00c8
Compare
You forgot to add the |
Can I also do that with install(EXPORT lz4Config
FILE lz4-config.cmake
NAMESPACE lz4::
DESTINATION "${INSTALL_CMAKE_DIR}"
) |
only by reading that file from the portfile and adding the lines at the top. |
This exists only in MSVC. AFAICT lz4 would use the vendored xxhash with a specific name prefix (at least if not using vcpkg's vendored build system). As immediate fix, it would have been enough to not install this header. As another step, consider upstream's optional meson build. |
Probably easier and gets rid of the CMakeLists.txt vendored by vcpkg. |
d8c00c8
to
66a8660
Compare
@vicroms We need this one merged ASAP. Baseline regression. |
Temporarily merging it to fix issues with baseline. |
Fixes #28747