From 4ee4fabfcc689887ff65349b3c309cf26a3c6fcc Mon Sep 17 00:00:00 2001 From: Patric Stout Date: Tue, 11 Aug 2026 21:48:33 +0200 Subject: [PATCH] Align CMakePresets with the other repositories The "common" preset set PATH_TO_VCPKG_ROOT, but vcpkg looks at VCPKG_ROOT. Without it, vcpkg fails to detect the compiler on Linux. --- CMakePresets.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakePresets.json b/CMakePresets.json index 77472d7..54dd6ca 100644 --- a/CMakePresets.json +++ b/CMakePresets.json @@ -16,7 +16,7 @@ "VCPKG_OVERLAY_TRIPLETS": "${sourceDir}/vendor/github.com/carbonengine/vcpkg-registry/triplets" }, "environment": { - "PATH_TO_VCPKG_ROOT": "${sourceDir}/vendor/github.com/microsoft/vcpkg" + "VCPKG_ROOT": "${sourceDir}/vendor/github.com/microsoft/vcpkg" }, "hidden": true },