From a3460de9dce5c29ae88b7d7b94eaf9bb7d69039e Mon Sep 17 00:00:00 2001 From: WerWolv Date: Sat, 1 Feb 2025 20:20:42 +0100 Subject: [PATCH] build: Make VS CMake Preset do a 64 bit build --- CMakePresets.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakePresets.json b/CMakePresets.json index f3613828f..78b5386f3 100644 --- a/CMakePresets.json +++ b/CMakePresets.json @@ -53,13 +53,13 @@ "binaryDir": "${sourceDir}/build/${presetName}", "architecture": { "strategy": "set", - "value": "Win32" + "value": "x64" }, "cacheVariables": { "CMAKE_C_FLAGS": "/std:clatest", "CMAKE_CXX_FLAGS": "/std:c++latest", "CMAKE_TOOLCHAIN_FILE": "$env{VCPKG_ROOT}/scripts/buildsystems/vcpkg.cmake" - } + }, } ], "buildPresets": [