fix link error in ngtcp2

pull/1576/head
Jeff Becker 3 years ago
parent fc9b09bdbc
commit eb965c8323
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

@ -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)

Loading…
Cancel
Save