From: Daniel Stenberg Date: Sun, 20 Sep 2020 16:25:10 +0000 (+0200) Subject: cmake: remove scary warning X-Git-Tag: curl-7_73_0~73 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=be238394770b3e536687e6d6120283f8b5959777;p=thirdparty%2Fcurl.git 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 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 907b90e9aa..ec1cfa7826 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})