aboutsummaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorSimon Tatham <anakin@pobox.com>2021-04-03 08:44:22 +0100
committerSimon Tatham <anakin@pobox.com>2021-04-03 08:44:22 +0100
commite1b9047b55199f3f5b8569029c5830104ddfae09 (patch)
tree4d8bb77e8a375c86cc85335b164558d321aa3a31 /cmake
parenta1bab40025a821909eea7d47e6d0af5c27338833 (diff)
downloadpuzzles-e1b9047b55199f3f5b8569029c5830104ddfae09.zip
puzzles-e1b9047b55199f3f5b8569029c5830104ddfae09.tar.gz
puzzles-e1b9047b55199f3f5b8569029c5830104ddfae09.tar.bz2
puzzles-e1b9047b55199f3f5b8569029c5830104ddfae09.tar.xz
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.
Diffstat (limited to 'cmake')
-rw-r--r--cmake/platforms/emscripten.cmake1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmake/platforms/emscripten.cmake b/cmake/platforms/emscripten.cmake
index d6b5cd2..d923083 100644
--- a/cmake/platforms/emscripten.cmake
+++ b/cmake/platforms/emscripten.cmake
@@ -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)