Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorseatedscribe <gitedscribe@gmail.com>2017-04-10 23:05:53 +0300
committerseatedscribe <gitedscribe@gmail.com>2017-04-10 23:05:53 +0300
commit73b018812683bcd6217537ca6dc204ee37438ed3 (patch)
tree8209f5762f974703c6ca7cf33732e0101376588e /CMakeLists.txt
parent82abdeb15f0679ae23edf66e7ec643b65e2bdb3e (diff)
Substitute deprecated commands with feature_summary
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 52e9884c9..2da138277 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -268,6 +268,6 @@ if(PRINT_SUMMARY)
feature_summary(WHAT ALL)
else()
# This will only print ENABLED and DISABLED feature
- print_enabled_features()
- print_disabled_features()
+ feature_summary(WHAT ENABLED_FEATURES DESCRIPTION "Enabled features:")
+ feature_summary(WHAT DISABLED_FEATURES DESCRIPTION "Disabled features:")
endif()