From be238394770b3e536687e6d6120283f8b5959777 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sun, 20 Sep 2020 18:25:10 +0200 Subject: [PATCH] cmake: remove scary warning Remove the text saying "the curl cmake build system is poorly maintained. Be aware" ... not because anything changed just now, but to encourage users to use it and subsequently improve it. Closes #5984 --- CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 907b90e9a..ec1cfa782 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -47,8 +47,6 @@ include(CheckCCompilerFlag) project(CURL C) -message(WARNING "the curl cmake build system is poorly maintained. Be aware") - file(STRINGS ${CURL_SOURCE_DIR}/include/curl/curlver.h CURL_VERSION_H_CONTENTS REGEX "#define LIBCURL_VERSION( |_NUM )") string(REGEX MATCH "#define LIBCURL_VERSION \"[^\"]*" CURL_VERSION ${CURL_VERSION_H_CONTENTS})