Skip to content

Commit be23839

Browse files
committed
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 curl#5984
1 parent 5535888 commit be23839

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

CMakeLists.txt

-2
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,6 @@ include(CheckCCompilerFlag)
4747

4848
project(CURL C)
4949

50-
message(WARNING "the curl cmake build system is poorly maintained. Be aware")
51-
5250
file(STRINGS ${CURL_SOURCE_DIR}/include/curl/curlver.h CURL_VERSION_H_CONTENTS REGEX "#define LIBCURL_VERSION( |_NUM )")
5351
string(REGEX MATCH "#define LIBCURL_VERSION \"[^\"]*"
5452
CURL_VERSION ${CURL_VERSION_H_CONTENTS})

0 commit comments

Comments
 (0)