mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 10:21:07 +08:00
233f096536
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.