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 00149cd commit 1e7264dCopy full SHA for 1e7264d
src/VCEnvironment.cmake
@@ -17,7 +17,7 @@ macro(find_msvc)
17
include(FetchContent)
18
FetchContent_Declare(
19
_msvc_toolchain
20
- URL "https://github.com/MarkSchofield/Toolchain/archive/19f5de7a9f4474b694661d459ff046c8694a587a.zip")
+ URL "https://github.com/MarkSchofield/Toolchain/archive/5fdd24e609cfb860c06ada86c9e64f43062e0866.zip")
21
FetchContent_MakeAvailable(_msvc_toolchain)
22
include("${_msvc_toolchain_SOURCE_DIR}/Windows.MSVC.toolchain.cmake")
23
message(STATUS "Setting CMAKE_CXX_COMPILER to ${CMAKE_CXX_COMPILER}")
0 commit comments