Skip to content

Commit

Permalink
Merge pull request #274 from aminya/windows-toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya authored Sep 10, 2024
2 parents 5b95e86 + 7f6a1a5 commit 513fcc4
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 513fcc4

Please sign in to comment.