Skip to content

Commit 339ea38

Browse files
ClausKleinaminya
andauthored
Update src/CrossCompiler.cmake
Co-authored-by: Amin Yahyaabadi <[email protected]>
1 parent 8b71324 commit 339ea38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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(WARNING "fetch emscripten repo main branch. ...")
359+
message(STATUS "fetch emscripten repo main branch. ...")
360360
FetchContent_Declare(
361361
emscripten GIT_REPOSITORY https://github.com/emscripten-core/emscripten GIT_TAG main
362362
)

0 commit comments

Comments
 (0)