vcpkg/ports/vcpkg-cmake-config/vcpkg.json
Kai Pastor 233f096536
[vcpkg-cmake-config] Fix fixup of ) paths (#38921)
Cherry-picked from https://github.com/microsoft/vcpkg/pull/38847:

Fix processing of `INTERFACE_LINK_LIBS` when it contain `)` inside `"`,
e.g. for
`C:/Program Files (x86)/Windows
Kits/10/Lib/10.0.22621.0/um/x64/User32.Lib`
created by `pkg_check_modules` from `-luser32` as found in icu pc files.

Without the fix, the property is not processed at all, pulling release
libs into debug builds.
2024-06-06 01:25:03 -07:00

7 lines
190 B
JSON

{
"name": "vcpkg-cmake-config",
"version-date": "2024-05-23",
"documentation": "https://learn.microsoft.com/vcpkg/maintainers/functions/vcpkg_cmake_config_fixup",
"license": "MIT"
}