Skip to content

Commit e803a7b

Browse files
committed
Remove set_target_properties(clangCppInterOp PROPERTIES NO_SONAME 1 ) from cmake
1 parent a08033c commit e803a7b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/CppInterOp/CMakeLists.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,9 +125,6 @@ if(EMSCRIPTEN)
125125
# Replace newlines with spaces
126126
string(REPLACE "\n" " " SYMBOLS_LIST "${SYMBOLS_LIST}")
127127

128-
set_target_properties(clangCppInterOp
129-
PROPERTIES NO_SONAME 1
130-
)
131128
target_compile_options(clangCppInterOp
132129
PRIVATE "SHELL: -Oz"
133130
PRIVATE "SHELL: -flto"

0 commit comments

Comments
 (0)