CMakeLists.txt: add warning about the cmake build's state
authorDaniel Stenberg <daniel@haxx.se>
Wed, 1 Jan 2014 21:32:55 +0000 (22:32 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 1 Jan 2014 21:33:26 +0000 (22:33 +0100)
CMakeLists.txt

index 761d9a4..ec93546 100644 (file)
@@ -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})