Fixed: CURL also depends on libunistring under OS X

--HG--
branch : develop
This commit is contained in:
kervala 2018-08-07 16:02:34 +02:00
parent dd517424c7
commit df032e220e

View file

@ -256,6 +256,11 @@ IF(WITH_NEL)
LIST(APPEND CURL_LIBRARIES ${PSL_LIBRARY})
ENDIF()
FIND_LIBRARY(UNISTRING_LIBRARY unistring)
IF(UNISTRING_LIBRARY)
LIST(APPEND CURL_LIBRARIES ${UNISTRING_LIBRARY})
ENDIF()
LIST(APPEND CURL_LIBRARIES ${SECURITY_FRAMEWORK})
ENDIF()
ENDIF()