Skip to content

Commit 513fcc4

Browse files
authored
Merge pull request #274 from aminya/windows-toolchain
2 parents 5b95e86 + 7f6a1a5 commit 513fcc4

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)