mirror of
https://github.com/curl/curl.git
synced 2026-08-10 21:10:52 +03:00
CMakeLists.txt: add warning about the cmake build's state
This commit is contained in:
parent
6bc9e46bf1
commit
5f8f512719
1 changed files with 2 additions and 0 deletions
|
|
@ -23,6 +23,8 @@ include(Utilities)
|
|||
|
||||
project( CURL C )
|
||||
|
||||
message(WARNING "the curl cmake build system is poorly maintained. Be aware")
|
||||
|
||||
file (READ ${CURL_SOURCE_DIR}/include/curl/curlver.h CURL_VERSION_H_CONTENTS)
|
||||
string (REGEX MATCH "LIBCURL_VERSION_MAJOR[ \t]+([0-9]+)"
|
||||
LIBCURL_VERSION_MJ ${CURL_VERSION_H_CONTENTS})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue