Skip to content

Commit

Permalink
Update src/CrossCompiler.cmake
Browse files Browse the repository at this point in the history
Co-authored-by: Amin Yahyaabadi <[email protected]>
  • Loading branch information
ClausKlein and aminya authored Mar 11, 2024
1 parent 8b71324 commit 339ea38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CrossCompiler.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ macro(enable_cross_compiler)
else()
if(NOT DEFINED EMSCRIPTEN_ROOT)
include(FetchContent)
message(WARNING "fetch emscripten repo main branch. ...")
message(STATUS "fetch emscripten repo main branch. ...")
FetchContent_Declare(
emscripten GIT_REPOSITORY https://github.com/emscripten-core/emscripten GIT_TAG main
)
Expand Down

0 comments on commit 339ea38

Please sign in to comment.