diff options
author | Daniel Stenberg <daniel@haxx.se> | 2014-01-01 22:32:55 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2014-01-01 22:33:26 +0100 |
commit | 5f8f512719f7407659053fdc406698c12d0892d1 (patch) | |
tree | 70a431e3e1044273d5f980c48f2a1aef5a9e3abf /CMakeLists.txt | |
parent | 6bc9e46bf1fc4bd739c2aa644b27179c753bb3b0 (diff) |
CMakeLists.txt: add warning about the cmake build's state
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 761d9a473..ec93546e4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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}) |