gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnurl] 166/411: cmake: remove scary warning


From: gnunet
Subject: [gnurl] 166/411: cmake: remove scary warning
Date: Wed, 13 Jan 2021 01:19:41 +0100

This is an automated email from the git hooks/post-receive script.

nikita pushed a commit to branch master
in repository gnurl.

commit be238394770b3e536687e6d6120283f8b5959777
Author: Daniel Stenberg <daniel@haxx.se>
AuthorDate: Sun Sep 20 18:25:10 2020 +0200

    cmake: remove scary warning
    
    Remove the text saying
    
    "the curl cmake build system is poorly maintained. Be aware"
    
    ... not because anything changed just now, but to encourage users to use
    it and subsequently improve it.
    
    Closes #5984
---
 CMakeLists.txt | 2 --
 1 file changed, 2 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 907b90e9a..ec1cfa782 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -47,8 +47,6 @@ include(CheckCCompilerFlag)
 
 project(CURL C)
 
-message(WARNING "the curl cmake build system is poorly maintained. Be aware")
-
 file(STRINGS ${CURL_SOURCE_DIR}/include/curl/curlver.h CURL_VERSION_H_CONTENTS 
REGEX "#define LIBCURL_VERSION( |_NUM )")
 string(REGEX MATCH "#define LIBCURL_VERSION \"[^\"]*"
   CURL_VERSION ${CURL_VERSION_H_CONTENTS})

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]