summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2020-09-20 18:25:10 +0200
committerDaniel Stenberg <daniel@haxx.se>2020-09-20 18:25:22 +0200
commit5b7d2fc0ed98cf5deabd8f7afe1209df902eb396 (patch)
treeda7f7cec904ccaa08dc7347397db868d0514edbd
parent559ed3ca2545c56a9acc4e805970434f657bd691 (diff)
downloadcurl-bagder/rm-cmake-warning.tar.gz
cmake: remove scary warningbagder/rm-cmake-warning
Remove the text saying "the curl cmake build system is poorly maintained. Be aware" ... not because anything changed just now, but to perhaps encourage users to use it and subsequently improve it.
-rw-r--r--CMakeLists.txt2
1 files changed, 0 insertions, 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})