chiark / gitweb /
emscripten.cmake: remove a rogue diagnostic.
authorSimon Tatham <anakin@pobox.com>
Sat, 3 Apr 2021 07:44:22 +0000 (08:44 +0100)
committerSimon Tatham <anakin@pobox.com>
Sat, 3 Apr 2021 07:44:22 +0000 (08:44 +0100)
I somehow left this in while I was trying to get the Emscripten cmake
build to work in the first place.

cmake/platforms/emscripten.cmake

index d6b5cd2c1bcc88397535d2ebc6e656f2d65c08fb..d9230837e1cde01e554fe508e95093db720d53c7 100644 (file)
@@ -30,7 +30,6 @@ list(TRANSFORM emcc_export_list PREPEND \")
 list(TRANSFORM emcc_export_list APPEND \")
 string(JOIN "," emcc_export_string ${emcc_export_list})
 set(CMAKE_C_LINK_FLAGS "-s ASM_JS=1 -s EXPORTED_FUNCTIONS='[${emcc_export_string}]'")
-message("link=${CMAKE_C_LINK_EXECUTABLE}")
 
 set(build_cli_programs FALSE)