Skip to content

Commit 7da6402

Browse files
committed
Remove unused set
1 parent 729efc7 commit 7da6402

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
@@ -167,7 +167,6 @@ endif ()
167167
if(EMSCRIPTEN)
168168
# ENV (https://github.com/emscripten-core/emscripten/commit/6d9681ad04f60b41ef6345ab06c29bbc9eeb84e0)
169169
set(EMSCRIPTEN_FEATURES "${EMSCRIPTEN_FEATURES} -s \"EXTRA_EXPORTED_RUNTIME_METHODS=[ENV']\"")
170-
set(CMAKE_SHARED_LIBRARY_SUFFIX ".a")
171170
endif()
172171

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

0 commit comments

Comments
 (0)