Alexander Neumann
Alexander Neumann
CI errors here are baseline regressions: #38509 > Can we migrate enough ports to use vcpkg_make_configure such that these options are actually being used in this PR? The whole idea...
> Can we remove it for now then? We can always add it on later when it's needed. I can remove it from the top level but not from the...
Still has the problem of consecutive calls being wrongly required. ``` find_package( CONFIG)
> pattern very often. All qt6 ports do that. Component based lookup is also a possibilty
@BillyONeal Before you merge this maybe fix the bug on line 75/77 of the toolchain. `VCPKG_LINKER_FLAGS_RELEASE` needs to be moved down into the `_RELEASE` variables.
@dg0yt About the CMake test. It has to ideally set `VCPKG_CHAINLOAD_TOOLCHAIN_FILE` to a dummy toolchain which is empty and not use the internal vcpkg toolchains. This would reflect external usage...
@Cheney-W Why is this PR marked as: `requires:author-response`?
@BillyONeal Why exactly were you discussing CMake versions in this PR?
> Because that's what's going on in the discussion above about whether we can require that these policies be turned on. ``` if(POLICY CMP0137) cmake_policy(SET CMP0137 NEW) endif() ``` will...
@JavierMatosD @BillyONeal @vicroms: I feel like this PR got forgotten which is why i ping.