From kde-commits Fri Jul 31 21:39:29 2015 From: =?utf-8?q?Nicolas_L=C3=A9cureuil?= Date: Fri, 31 Jul 2015 21:39:29 +0000 To: kde-commits Subject: [kdenetwork-filesharing/frameworks] /: Add feature_summary Message-Id: X-MARC-Message: https://marc.info/?l=kde-commits&m=143837877612195 Git commit c074b2c1c0bb61c8ad1378fdfdbc553bfa5966fc by Nicolas L=C3=A9cureu= il. Committed on 31/07/2015 at 21:39. Pushed by nlecureuil into branch 'frameworks'. Add feature_summary M +2 -0 CMakeLists.txt http://commits.kde.org/kdenetwork-filesharing/c074b2c1c0bb61c8ad1378fdfdbc5= 53bfa5966fc diff --git a/CMakeLists.txt b/CMakeLists.txt index 13b6761..7d4921e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -87,3 +87,5 @@ else(SAMBA_INSTALL) endif(SAMBA_INSTALL) = add_subdirectory(samba) + +feature_summary(WHAT ALL INCLUDE_QUIET_PACKAGES FATAL_ON_MISSING_REQUIRED_= PACKAGES)