]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
cmake: delete accidental debug message [ci skip]
authorViktor Szakats <commit@vsz.me>
Sun, 22 Dec 2024 10:45:45 +0000 (11:45 +0100)
committerViktor Szakats <commit@vsz.me>
Sun, 22 Dec 2024 10:46:53 +0000 (11:46 +0100)
Follow-up to 39c741b7b008b5959980b29ac721357ff75de3f5 #15408

CMakeLists.txt

index 3fe2f15ff3fec8b6239d73cc799f450d085089a1..964be8b2d952c3b4d7fe68a6d97b9ac4c9d5f4e8 100644 (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)