Skip to content

Commit

Permalink
Merge pull request #230 from ClausKlein/feature/update-msvc-toolchain
Browse files Browse the repository at this point in the history
update the MSVC toolchain to v0.7.0
  • Loading branch information
aminya authored Aug 2, 2023
2 parents 87d958c + 0cc354d commit f2c10c1
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 f2c10c1

Please sign in to comment.