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 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?
Describe the bug
In PR #18156 I fixed some architecture handling in both these files. My understanding is that
vcpkg_cmake_configureis the new method moving forward.In PR #20885 I notice that the scrips of
vcpkg_configure_cmakehas been audited and much of our changes have been replaced by usingvcpkg_listcommands instead of regular CMakelistcommands.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?