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 a83f7b0 commit 9ba4921Copy full SHA for 9ba4921
src/VCEnvironment.cmake
@@ -60,7 +60,7 @@ macro(msvc_toolchain)
60
include(FetchContent)
61
FetchContent_Declare(
62
_msvc_toolchain GIT_REPOSITORY "https://github.com/MarkSchofield/WindowsToolchain.git"
63
- GIT_TAG "v0.9.0"
+ GIT_TAG "v0.10.0"
64
)
65
FetchContent_MakeAvailable(_msvc_toolchain)
66
include("${_msvc_toolchain_SOURCE_DIR}/Windows.MSVC.toolchain.cmake")
0 commit comments