Skip to content

Commit 479c8a2

Browse files
authored
Remove possible repetition
1 parent 9f02e74 commit 479c8a2

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

unittests/CppInterOp/TestSharedLib/CMakeLists.txt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
if (EMSCRIPTEN)
2-
# Without this it tries compiling to static library and get a warning
3-
set_property(GLOBAL PROPERTY TARGET_SUPPORTS_SHARED_LIBS TRUE)
4-
set(CMAKE_STRIP FALSE)
5-
endif()
6-
71
add_llvm_library(TestSharedLib
82
SHARED
93
DISABLE_LLVM_LINK_LLVM_DYLIB

0 commit comments

Comments
 (0)