]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
cmake: remove scary warning
authorDaniel Stenberg <daniel@haxx.se>
Sun, 20 Sep 2020 16:25:10 +0000 (18:25 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 21 Sep 2020 14:08:35 +0000 (16:08 +0200)
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

index 907b90e9aa234b83cd57eb6f20bdbe95648f8864..ec1cfa78264afde3c3401c82b6956846f3075f15 100644 (file)
@@ -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})