[vcpkg.cmake] Variable scoping bug in vcpkg.cmake find_package override #27498
Labels
category:tool-update
The issue is with build tool or build script, which requires update or should be executed correctly
vcpkg/scripts/buildsystems/vcpkg.cmake
Lines 780 to 787 in c72cefb
does not correctly restore
ARGS
for chained/recursivefind_package
calls. It assumesfunction
scope which doesn't work forfind_package
since it has to be a macro.issue observed in #27279:
xcb-wrapper:
The bug above magically transformed
ARGS = EXPAT
insteadXCB
for some (not further traced) reason ;)The text was updated successfully, but these errors were encountered: