Skip to content

Commit 7f6a1a5

Browse files
committed
fix: update Windows toolchain to v0.11.0
1 parent 5b95e86 commit 7f6a1a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/VCEnvironment.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ macro(msvc_toolchain)
6060
include(FetchContent)
6161
FetchContent_Declare(
6262
_msvc_toolchain GIT_REPOSITORY "https://github.com/MarkSchofield/WindowsToolchain.git"
63-
GIT_TAG "v0.10.0"
63+
GIT_TAG "v0.11.0"
6464
)
6565
FetchContent_MakeAvailable(_msvc_toolchain)
6666
include("${_msvc_toolchain_SOURCE_DIR}/Windows.MSVC.toolchain.cmake")

0 commit comments

Comments
 (0)