Skip to content

Commit 9ca8c59

Browse files
aminyaFeignClaims
authored andcommitted
fix: update Windows toolchain to the latest version
1 parent d6a6005 commit 9ca8c59

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/VCEnvironment.cmake

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ macro(msvc_toolchain)
5959
include(FetchContent)
6060
FetchContent_Declare(
6161
_msvc_toolchain
62-
URL "https://github.com/MarkSchofield/WindowsToolchain/archive/refs/tags/v0.7.0.zip"
62+
GIT_REPOSITORY "https://github.com/MarkSchofield/WindowsToolchain.git"
63+
GIT_TAG "17c6d4ff6531ee268b9a22a8bcfbb3809e970e4e"
6364
)
6465
FetchContent_MakeAvailable(_msvc_toolchain)
6566
include("${_msvc_toolchain_SOURCE_DIR}/Windows.MSVC.toolchain.cmake")

0 commit comments

Comments
 (0)