Skip to content

Commit

Permalink
fix: update Windows toolchain to the latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya authored and FeignClaims committed Feb 5, 2024
1 parent d6a6005 commit 9ca8c59
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/VCEnvironment.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ macro(msvc_toolchain)
include(FetchContent)
FetchContent_Declare(
_msvc_toolchain
URL "https://github.com/MarkSchofield/WindowsToolchain/archive/refs/tags/v0.7.0.zip"
GIT_REPOSITORY "https://github.com/MarkSchofield/WindowsToolchain.git"
GIT_TAG "17c6d4ff6531ee268b9a22a8bcfbb3809e970e4e"
)
FetchContent_MakeAvailable(_msvc_toolchain)
include("${_msvc_toolchain_SOURCE_DIR}/Windows.MSVC.toolchain.cmake")
Expand Down

0 comments on commit 9ca8c59

Please sign in to comment.