]> granicus.if.org Git - curl/commitdiff
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 761d9a4735ff62544550568349281341af010f38..ec93546e4f78eb849a2e219d418ffc43ab9ab2d9 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})