mirror of
https://github.com/curl/curl.git
synced 2026-07-26 01:27:15 +03:00
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
This commit is contained in:
parent
553588897a
commit
be23839477
1 changed files with 0 additions and 2 deletions
|
|
@ -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})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue