Skip to content

Commit

Permalink
Remove possible repetition
Browse files Browse the repository at this point in the history
  • Loading branch information
mcbarton authored Feb 13, 2025
1 parent 9f02e74 commit 479c8a2
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions unittests/CppInterOp/TestSharedLib/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
if (EMSCRIPTEN)
# Without this it tries compiling to static library and get a warning
set_property(GLOBAL PROPERTY TARGET_SUPPORTS_SHARED_LIBS TRUE)
set(CMAKE_STRIP FALSE)
endif()

add_llvm_library(TestSharedLib
SHARED
DISABLE_LLVM_LINK_LLVM_DYLIB
Expand Down

0 comments on commit 479c8a2

Please sign in to comment.