From: Viktor Szakats Date: Sun, 22 Dec 2024 10:45:45 +0000 (+0100) Subject: cmake: delete accidental debug message [ci skip] X-Git-Tag: curl-8_12_0~289 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=23f4b93f132f0a87cca38cec7985d85172c5fa4c;p=thirdparty%2Fcurl.git cmake: delete accidental debug message [ci skip] Follow-up to 39c741b7b008b5959980b29ac721357ff75de3f5 #15408 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 3fe2f15ff3..964be8b2d9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)