Skip to content

Commit

Permalink
Remove unused set
Browse files Browse the repository at this point in the history
  • Loading branch information
vgvassilev committed Mar 14, 2024
1 parent 729efc7 commit 7da6402
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,6 @@ endif ()
if(EMSCRIPTEN)
# ENV (https://github.com/emscripten-core/emscripten/commit/6d9681ad04f60b41ef6345ab06c29bbc9eeb84e0)
set(EMSCRIPTEN_FEATURES "${EMSCRIPTEN_FEATURES} -s \"EXTRA_EXPORTED_RUNTIME_METHODS=[ENV']\"")
set(CMAKE_SHARED_LIBRARY_SUFFIX ".a")
endif()

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

0 comments on commit 7da6402

Please sign in to comment.