1
1
Fork 0
mirror of https://github.com/oxen-io/lokinet synced 2023-12-14 06:53:00 +01:00

fix link error in ngtcp2

This commit is contained in:
Jeff Becker 2021-03-16 07:18:56 -04:00
parent fc9b09bdbc
commit eb965c8323
No known key found for this signature in database
GPG key ID: F357B3B42F6F9B05

View file

@ -76,4 +76,5 @@ target_include_directories(cpr PUBLIC cpr/include)
target_compile_definitions(cpr PUBLIC CPR_CURL_NOSIGNAL)
add_library(cpr::cpr ALIAS cpr)
add_definitions(-D_GNU_SOURCE)
add_subdirectory(ngtcp2 EXCLUDE_FROM_ALL)