From 0cc354d0610691f7e8c59036c9ef59417e345518 Mon Sep 17 00:00:00 2001 From: ClausKlein Date: Tue, 1 Aug 2023 23:34:45 +0200 Subject: [PATCH] update the MSVC toolchain to v0.7.0 --- src/VCEnvironment.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/VCEnvironment.cmake b/src/VCEnvironment.cmake index 11f55f76..8fed3c00 100644 --- a/src/VCEnvironment.cmake +++ b/src/VCEnvironment.cmake @@ -59,7 +59,7 @@ macro(msvc_toolchain) include(FetchContent) FetchContent_Declare( _msvc_toolchain - URL "https://github.com/MarkSchofield/WindowsToolchain/archive/refs/tags/v0.6.0.zip" + URL "https://github.com/MarkSchofield/WindowsToolchain/archive/refs/tags/v0.7.0.zip" ) FetchContent_MakeAvailable(_msvc_toolchain) include("${_msvc_toolchain_SOURCE_DIR}/Windows.MSVC.toolchain.cmake")