Skip to content

Commit

Permalink
Merge pull request #248 from aminya/windows-toolchain [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Feb 2, 2024
2 parents 2f635d4 + ed78da5 commit 3f5ec71
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 3f5ec71

Please sign in to comment.