We dont actually need to link to openssl

This commit is contained in:
Marek Roszko 2023-10-20 19:52:00 -04:00
parent 27bf47d752
commit aa2a0cdd16
2 changed files with 0 additions and 7 deletions

View File

@ -746,12 +746,6 @@ find_package(ZLIB REQUIRED)
#
find_package( CURL REQUIRED )
#
# Find libssl, required
#
find_package( OpenSSL REQUIRED )
include_directories( SYSTEM ${OPENSSL_INCLUDE_DIR} )
#
# Find Cairo library, required
#

View File

@ -132,7 +132,6 @@ target_link_libraries( kicommon
CURL::libcurl
${wxWidgets_LIBRARIES}
${LIBGIT2_LIBRARIES}
${OPENSSL_LIBRARIES}
# needed by kiid to allow linking for Boost for the UUID against bcrypt (msys2 only)
${EXTRA_LIBS}