From 23db31cff199e5b05facb80d9534ae51ce0d63ed Mon Sep 17 00:00:00 2001 From: Florent Le Coz Date: Sun, 11 May 2014 03:36:42 +0200 Subject: [cmake] Do not print useless messages when an optional lib is not found --- CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 943206e..f29ceef 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -29,14 +29,10 @@ include_directories(${ICONV_INCLUDE_DIRS}) if(LIBIDN_FOUND) include_directories(${LIBIDN_INCLUDE_DIRS}) -else() - message("Building without stringprep support.") endif() if(SYSTEMDDAEMON_FOUND) include_directories(${SYSTEMDDAEMON_INCLUDE_DIRS}) -else() - message("Building without systemd daemon support.") endif() set(POLLER_DOCSTRING "Choose the poller between POLL and EPOLL (Linux-only)") -- cgit v1.2.3