Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #9420 from MerryMage/ext
Externals: Link against required libraries
  • Loading branch information
leoetlino committed Jan 5, 2021
2 parents bd89523 + 14c0338 commit 9069ad6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Externals/curl/lib/CMakeLists.txt
Expand Up @@ -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)
1 change: 1 addition & 0 deletions Externals/hidapi/CMakeLists.txt
Expand Up @@ -14,6 +14,7 @@ else()
target_link_libraries(hidapi PRIVATE udev)
else()
target_sources(hidapi PRIVATE libusb/hid.c)
target_link_libraries(hidapi PRIVATE usb)
endif()
endif()

Expand Down

0 comments on commit 9069ad6

Please sign in to comment.