aboutsummaryrefslogtreecommitdiff
path: root/cmake/ConfigureVcpkg.cmake
Commit message (Collapse)AuthorAge
* macOS CI updates (#1973)Nadia Holmquist Pedersen2024-02-07
| | | | | * Use macOS 14 M1-based runners for macOS CI * Hopefully make the universal build erroring not fail the build (does sometimes with delete-artifact) * Update vcpkg version
* guard the default vcpkg directory against multiple CMake instances using itNadia Holmquist Pedersen2023-12-28
|
* Update vcpkgNadia Holmquist Pedersen2023-12-26
|
* Integrate support for building with dependencies from vcpkg (#1880)Nadia Holmquist Pedersen2023-12-26
* Integrate support for building with dependencies from vcpkg Configure the build using -DUSE_VCPKG=ON to use vcpkg. By default recommended triplets targeting the OS versions official builds support are used. You can opt out of this with -DUSE_RECOMMENDED_TRIPLETS=OFF. * Add the vcpkg manifest * Fetch vcpkg with FetchContent if we don't have it * macOS cross compiling fixes - can't use the x86_64 one as host triplet on arm64 because building Qt fails for whatever reason. Because of course it does :D - vcpkg doesn't always like periods in triplet names so removed those * x86_64 macOS should also use its recommended target when building arm64 builds