Open
Description
The question is if we should move:
vcpkg/scripts/cmake/vcpkg_configure_cmake.cmake
Lines 196 to 214 in 2ac2b5f
into the triplet instead an just define VCPKG_CHAINLOAD_TOOLCHAIN_FILE
there. (would also require to set VCPKG_LOAD_VCVARS_ENV
there so that VCPKG loads the environment for windows)
This also applies to the other configure scripts. This would make the use of the used toolchains more transparent for the outside and shows how to use a custom toolchain better.
We then should probably also move toolchains out of scripts into the vcpkg_root or maybe even into triplets?