Skip to content

Commit 3f5ec71

Browse files
authored
Merge pull request #248 from aminya/windows-toolchain [skip ci]
2 parents 2f635d4 + ed78da5 commit 3f5ec71

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/VCEnvironment.cmake

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ macro(msvc_toolchain)
5959
include(FetchContent)
6060
FetchContent_Declare(
6161
_msvc_toolchain
62-
URL "https://github.com/MarkSchofield/WindowsToolchain/archive/refs/tags/v0.7.0.zip"
62+
GIT_REPOSITORY "https://github.com/MarkSchofield/WindowsToolchain.git"
63+
GIT_TAG "17c6d4ff6531ee268b9a22a8bcfbb3809e970e4e"
6364
)
6465
FetchContent_MakeAvailable(_msvc_toolchain)
6566
include("${_msvc_toolchain_SOURCE_DIR}/Windows.MSVC.toolchain.cmake")

0 commit comments

Comments
 (0)