Skip to content

Commit

Permalink
Reduce shared dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
OFFTKP committed Dec 28, 2023
1 parent 0685d63 commit 991ea9e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,12 @@ if (SE_PLATFORM_LINUX OR SE_PLATFORM_FREEBSD)
endif()

if(NOT EMSCRIPTEN)
set(WITH_APPS OFF) # don't build executable
set(WITH_APPS OFF CACHE BOOL "" FORCE) # don't build executable
set(CURL_USE_LIBSSH2 OFF)
set(CURL_USE_LIBPSL OFF)
set(CURL_USE_OPENSSL ON)
set(CURL_DISABLE_LDAP ON)
set(USE_LIBIDN2 OFF)
set(CURL_ENABLE_EXPORT_TARGET OFF)
set(BUILD_TESTING OFF)
set(BUILD_CURL_EXE OFF)
Expand Down

0 comments on commit 991ea9e

Please sign in to comment.