We dont actually need to link to openssl
This commit is contained in:
parent
27bf47d752
commit
aa2a0cdd16
|
@ -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
|
||||
#
|
||||
|
|
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue