Skip to content

Commit

Permalink
update the MSVC toolchain to v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ClausKlein committed Aug 1, 2023
1 parent 87d958c commit 0cc354d
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 @@ -59,7 +59,7 @@ macro(msvc_toolchain)
include(FetchContent)
FetchContent_Declare(
_msvc_toolchain
URL "https://github.com/MarkSchofield/WindowsToolchain/archive/refs/tags/v0.6.0.zip"
URL "https://github.com/MarkSchofield/WindowsToolchain/archive/refs/tags/v0.7.0.zip"
)
FetchContent_MakeAvailable(_msvc_toolchain)
include("${_msvc_toolchain_SOURCE_DIR}/Windows.MSVC.toolchain.cmake")
Expand Down

0 comments on commit 0cc354d

Please sign in to comment.