vcpkg
vcpkg copied to clipboard
[robin-map] Fix error when use find_package(robin-map CONFIG REQUIRED)
Describe the pull request
-
What does your PR fix?
Fixes https://github.com/microsoft/vcpkg/issues/26597
Adding
PACKAGE_NAME tsl-robin-map
into thevcpkg_cmake_config_fixup(CONFIG_PATH share/cmake/tsl-robin-map)
function.No feature need to test.
No need to rename port, just modify this line:
https://github.com/microsoft/vcpkg/blob/c0b6d35a67d2ad358a6ced92b7aad16a7bf17737/ports/robin-map/portfile.cmake#L14
Add parameter PACKAGE_NAME tsl-robin-map
.
I just tested it and everything works as expected!
Any news on this one?