Skip to content

Commit

Permalink
fix: update the msvc toolchain to the latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed May 7, 2022
1 parent 00149cd commit 1e7264d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/VCEnvironment.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ macro(find_msvc)
include(FetchContent)
FetchContent_Declare(
_msvc_toolchain
URL "https://github.com/MarkSchofield/Toolchain/archive/19f5de7a9f4474b694661d459ff046c8694a587a.zip")
URL "https://github.com/MarkSchofield/Toolchain/archive/5fdd24e609cfb860c06ada86c9e64f43062e0866.zip")
FetchContent_MakeAvailable(_msvc_toolchain)
include("${_msvc_toolchain_SOURCE_DIR}/Windows.MSVC.toolchain.cmake")
message(STATUS "Setting CMAKE_CXX_COMPILER to ${CMAKE_CXX_COMPILER}")
Expand Down

0 comments on commit 1e7264d

Please sign in to comment.