Externals: Link against required libraries
* curl requires zlib * hidapi when not using libudev requires libusb
This commit is contained in:
Vendored
+1
-1
@@ -13,5 +13,5 @@ add_library(
|
||||
${SRCS}
|
||||
)
|
||||
|
||||
target_link_libraries(curl ${MBEDTLS_LIBRARIES})
|
||||
target_link_libraries(curl ${MBEDTLS_LIBRARIES} z)
|
||||
target_compile_definitions(curl PUBLIC CURL_STATICLIB PRIVATE CURL_DISABLE_LDAP)
|
||||
|
||||
Reference in New Issue
Block a user