From 18248b45695484925abdf7e8d232c8086aa6d7b1 Mon Sep 17 00:00:00 2001 From: Elias Steurer Date: Tue, 2 Apr 2024 17:46:05 +0200 Subject: [PATCH] Fix invalid version number --- CMake/Platform/Windows/CMakePresets.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMake/Platform/Windows/CMakePresets.json b/CMake/Platform/Windows/CMakePresets.json index 98237be7..8963326a 100644 --- a/CMake/Platform/Windows/CMakePresets.json +++ b/CMake/Platform/Windows/CMakePresets.json @@ -36,7 +36,7 @@ "windows-base" ], "cacheVariables": { - "CMAKE_PREFIX_PATH": "${sourceDir}/../aqt/6.7.10/msvc2019_64" + "CMAKE_PREFIX_PATH": "${sourceDir}/../aqt/6.7.0/msvc2019_64" } }, {