You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tahmid-khan
changed the title
[vcpkg-make] bug: incorrect number of argumnets to function
[vcpkg-make] bug: incorrect number of arguments to function
Jan 6, 2025
I’ve encountered a bug in the
vcpkg-make
port while creating a port for a Make-based library.On line 174 of
vcpkg_scripts.cmake
,z_vcpkg_set_global_property
is invoked with one argument, but it’s defined with two parameters on line 122.This led to the following error when building my package.
The text was updated successfully, but these errors were encountered: