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.
2 parents 5b95e86 + 7f6a1a5 commit 513fcc4Copy full SHA for 513fcc4
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.10.0"
+ GIT_TAG "v0.11.0"
64
)
65
FetchContent_MakeAvailable(_msvc_toolchain)
66
include("${_msvc_toolchain_SOURCE_DIR}/Windows.MSVC.toolchain.cmake")
0 commit comments