mirror of
https://github.com/curl/curl.git
synced 2026-07-24 22:27:17 +03:00
cmake: delete accidental debug message [ci skip]
Follow-up to 39c741b7b0 #15408
This commit is contained in:
parent
55367416f5
commit
23f4b93f13
1 changed files with 0 additions and 1 deletions
|
|
@ -1004,7 +1004,6 @@ if(USE_NGTCP2)
|
|||
list(APPEND CURL_LIBS ${NGTCP2_LIBRARIES})
|
||||
list(APPEND CURL_LIBDIRS ${NGTCP2_LIBRARY_DIRS})
|
||||
list(APPEND LIBCURL_PC_REQUIRES_PRIVATE "libngtcp2")
|
||||
message(STATUS ">${NGTCP2_INCLUDE_DIRS}<")
|
||||
include_directories(SYSTEM ${NGTCP2_INCLUDE_DIRS})
|
||||
link_directories(${NGTCP2_LIBRARY_DIRS})
|
||||
if(NGTCP2_CFLAGS)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue