From 5f8f512719f7407659053fdc406698c12d0892d1 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 1 Jan 2014 22:32:55 +0100 Subject: CMakeLists.txt: add warning about the cmake build's state --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CMakeLists.txt') 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}) -- cgit v1.2.3