mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-07-01 18:07:05 -04:00
Substitute deprecated commands with feature_summary
This commit is contained in:
parent
82abdeb15f
commit
73b0188126
1 changed files with 2 additions and 2 deletions
|
@ -268,6 +268,6 @@ if(PRINT_SUMMARY)
|
||||||
feature_summary(WHAT ALL)
|
feature_summary(WHAT ALL)
|
||||||
else()
|
else()
|
||||||
# This will only print ENABLED and DISABLED feature
|
# This will only print ENABLED and DISABLED feature
|
||||||
print_enabled_features()
|
feature_summary(WHAT ENABLED_FEATURES DESCRIPTION "Enabled features:")
|
||||||
print_disabled_features()
|
feature_summary(WHAT DISABLED_FEATURES DESCRIPTION "Disabled features:")
|
||||||
endif()
|
endif()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue