ref: e1b9047b55199f3f5b8569029c5830104ddfae09
parent: a1bab40025a821909eea7d47e6d0af5c27338833
author: Simon Tatham <anakin@pobox.com>
date: Sat Apr 3 04:44:22 EDT 2021
emscripten.cmake: remove a rogue diagnostic. I somehow left this in while I was trying to get the Emscripten cmake build to work in the first place.
--- a/cmake/platforms/emscripten.cmake
+++ b/cmake/platforms/emscripten.cmake
@@ -30,7 +30,6 @@
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)