Skip to content

Commit 53c46e4

Browse files
committed
Remove set_target_properties(clangCppInterOp PROPERTIES NO_SONAME 1 ) cmake
1 parent d00ace0 commit 53c46e4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

unittests/CppInterOp/TestSharedLib/CMakeLists.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ set_output_directory(TestSharedLib
1111

1212

1313
if (EMSCRIPTEN)
14-
set_target_properties(TestSharedLib
15-
PROPERTIES NO_SONAME 1
16-
)
1714
target_compile_options(TestSharedLib
1815
PUBLIC "SHELL: ${CPPINTEROP_EXTRA_WASM_FLAGS}"
1916
)

0 commit comments

Comments
 (0)