Skip to content

Commit

Permalink
fix: update Windows toolchain to v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Sep 3, 2024
1 parent 5b95e86 commit 7f6a1a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/VCEnvironment.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ macro(msvc_toolchain)
include(FetchContent)
FetchContent_Declare(
_msvc_toolchain GIT_REPOSITORY "https://github.com/MarkSchofield/WindowsToolchain.git"
GIT_TAG "v0.10.0"
GIT_TAG "v0.11.0"
)
FetchContent_MakeAvailable(_msvc_toolchain)
include("${_msvc_toolchain_SOURCE_DIR}/Windows.MSVC.toolchain.cmake")
Expand Down

0 comments on commit 7f6a1a5

Please sign in to comment.