From: Daniel Stenberg Date: Wed, 1 Jan 2014 21:32:55 +0000 (+0100) Subject: CMakeLists.txt: add warning about the cmake build's state X-Git-Tag: curl-7_35_0~145 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5f8f512719f7407659053fdc406698c12d0892d1;p=curl CMakeLists.txt: add warning about the cmake build's state --- 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})