We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2f635d4 + ed78da5 commit 3f5ec71Copy full SHA for 3f5ec71
1 file changed
src/VCEnvironment.cmake
@@ -59,7 +59,8 @@ macro(msvc_toolchain)
59
include(FetchContent)
60
FetchContent_Declare(
61
_msvc_toolchain
62
- URL "https://github.com/MarkSchofield/WindowsToolchain/archive/refs/tags/v0.7.0.zip"
+ GIT_REPOSITORY "https://github.com/MarkSchofield/WindowsToolchain.git"
63
+ GIT_TAG "17c6d4ff6531ee268b9a22a8bcfbb3809e970e4e"
64
)
65
FetchContent_MakeAvailable(_msvc_toolchain)
66
include("${_msvc_toolchain_SOURCE_DIR}/Windows.MSVC.toolchain.cmake")
0 commit comments