Skip to content

Commit 1e7264d

Browse files
committed
fix: update the msvc toolchain to the latest version
1 parent 00149cd commit 1e7264d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/VCEnvironment.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ macro(find_msvc)
1717
include(FetchContent)
1818
FetchContent_Declare(
1919
_msvc_toolchain
20-
URL "https://github.com/MarkSchofield/Toolchain/archive/19f5de7a9f4474b694661d459ff046c8694a587a.zip")
20+
URL "https://github.com/MarkSchofield/Toolchain/archive/5fdd24e609cfb860c06ada86c9e64f43062e0866.zip")
2121
FetchContent_MakeAvailable(_msvc_toolchain)
2222
include("${_msvc_toolchain_SOURCE_DIR}/Windows.MSVC.toolchain.cmake")
2323
message(STATUS "Setting CMAKE_CXX_COMPILER to ${CMAKE_CXX_COMPILER}")

0 commit comments

Comments
 (0)