From 751ebe44fda4deb715fc2235548517c287f2a559 Mon Sep 17 00:00:00 2001 From: Heinz Wiesinger Date: Wed, 9 Aug 2017 21:39:18 +0200 Subject: Add feature summary at the end of cmake. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This gives a short overview over found/missing dependencies as well as enabled/disabled features. Initial author Heinz Wiesinger Additions by Vicențiu Ciorbaru * Report all plugins enabled via MYSQL_ADD_PLUGIN * Simplify code. Eliminate duplication by making use of WITH_xxx variable values to set feature "ON" / "OFF" state. Reviewed by: wlad@mariadb.com (code details) serg@mariadb.com (the idea) --- configure.cmake | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.cmake') diff --git a/configure.cmake b/configure.cmake index 1aa0827a503..942d5780ed9 100644 --- a/configure.cmake +++ b/configure.cmake @@ -161,6 +161,7 @@ IF(UNIX) SET(LIBWRAP "wrap") ENDIF() ENDIF() + ADD_FEATURE_INFO(LIBWRAP HAVE_LIBWRAP "Support for tcp wrappers") ENDIF() # -- cgit v1.2.1