We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6a6005 commit 9ca8c59Copy full SHA for 9ca8c59
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