cmake: delete accidental debug message [ci skip]

Follow-up to 39c741b7b0 #15408
This commit is contained in:
Viktor Szakats 2024-12-22 11:45:45 +01:00
parent 55367416f5
commit 23f4b93f13
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201

View file

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