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
In PR #18156 I fixed some architecture handling in both these files. My understanding is that vcpkg_cmake_configure is the new method moving forward.
In PR #20885 I notice that the scrips of vcpkg_configure_cmake has been audited and much of our changes have been replaced by using vcpkg_list commands instead of regular CMake list commands.
Is this now just waiting for vcpkg_cmake_configure to be audited as well? Or should I just make a PR for changing this and keeping these parts of the code the same?
The text was updated successfully, but these errors were encountered:
Describe the bug
In PR #18156 I fixed some architecture handling in both these files. My understanding is that
vcpkg_cmake_configure
is the new method moving forward.In PR #20885 I notice that the scrips of
vcpkg_configure_cmake
has been audited and much of our changes have been replaced by usingvcpkg_list
commands instead of regular CMakelist
commands.Is this now just waiting for vcpkg_cmake_configure to be audited as well? Or should I just make a PR for changing this and keeping these parts of the code the same?
The text was updated successfully, but these errors were encountered: