From 8efc3a2fe2e21c6ea66b9e5780aeee5ed8d58db7 Mon Sep 17 00:00:00 2001 From: Matthias Hochsteger Date: Sat, 16 Sep 2023 22:39:22 +0200 Subject: [PATCH] Fix also with emscripten --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 051cd8f4..ddea54cf 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -394,7 +394,7 @@ if (USE_OCC) TKXSBase TKernel ) - if(UNIX AND NOT APPLE AND NOT EMSCRIPTEN) + if(UNIX AND NOT APPLE) list(PREPEND OCC_LIBRARIES -Wl,--start-group) list(APPEND OCC_LIBRARIES -Wl,--end-group) endif()