Skip to content

Commit 0e655ef

Browse files
committed
Remove unused set
1 parent 8049756 commit 0e655ef

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

CMakeLists.txt

-1
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,6 @@ endif ()
166166
if(EMSCRIPTEN)
167167
# ENV (https://github.com/emscripten-core/emscripten/commit/6d9681ad04f60b41ef6345ab06c29bbc9eeb84e0)
168168
set(EMSCRIPTEN_FEATURES "${EMSCRIPTEN_FEATURES} -s \"EXTRA_EXPORTED_RUNTIME_METHODS=[ENV']\"")
169-
set(CMAKE_SHARED_LIBRARY_SUFFIX ".a")
170169
endif()
171170

172171
find_package(CppInterOp REQUIRED CONFIG PATHS "${CMAKE_PREFIX_PATH}" "${CMAKE_PREFIX_PATH}/lib" "${CPPINTEROP_DIR}" "${CPPINTEROP_DIR}/lib")

0 commit comments

Comments
 (0)