mirror of
https://github.com/open-goal/jak-project
synced 2026-08-22 07:04:29 -04:00
cmake: use static OpenSSL libraries on linux (#3162)
This commit is contained in:
@@ -195,6 +195,9 @@ if(WIN32)
|
||||
elseif(APPLE)
|
||||
set(CURL_USE_SECTRANSP ON) # native macOS SSL support
|
||||
else()
|
||||
if(STATICALLY_LINK)
|
||||
set(OPENSSL_USE_STATIC_LIBS TRUE)
|
||||
endif()
|
||||
set(CURL_USE_OPENSSL ON) # not native, but seems to be the best choice for linux
|
||||
endif()
|
||||
include_directories(third-party/curl/include)
|
||||
|
||||
Reference in New Issue
Block a user