Skip to content

Commit d7360c3

Browse files
committed
Update WindowsToolchain to v0.9.0
1 parent 2108560 commit d7360c3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/CrossCompiler.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ macro(enable_cross_compiler)
356356
else()
357357
if(NOT DEFINED EMSCRIPTEN_ROOT)
358358
include(FetchContent)
359-
message(STATUS "fetch emscripten repo. ...")
359+
message(WARNING "fetch emscripten repo main branch. ...")
360360
FetchContent_Declare(
361361
emscripten GIT_REPOSITORY https://github.com/emscripten-core/emscripten GIT_TAG main
362362
)

src/VCEnvironment.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ macro(msvc_toolchain)
6060
include(FetchContent)
6161
FetchContent_Declare(
6262
_msvc_toolchain GIT_REPOSITORY "https://github.com/MarkSchofield/WindowsToolchain.git"
63-
GIT_TAG "17c6d4ff6531ee268b9a22a8bcfbb3809e970e4e"
63+
GIT_TAG "v0.9.0"
6464
)
6565
FetchContent_MakeAvailable(_msvc_toolchain)
6666
include("${_msvc_toolchain_SOURCE_DIR}/Windows.MSVC.toolchain.cmake")

0 commit comments

Comments
 (0)