mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 01:22:10 +01:00
CMake: Add feature summary
This commit is contained in:
parent
2732aadda6
commit
f7a364b965
|
@ -92,7 +92,8 @@ endif()
|
||||||
|
|
||||||
# Optional: KWallet
|
# Optional: KWallet
|
||||||
set(KF5_MIN_VERSION "5.27.0")
|
set(KF5_MIN_VERSION "5.27.0")
|
||||||
find_package(KF5 ${KF5_MIN_VERSION} COMPONENTS Wallet)
|
find_package(KF5Wallet ${KF5_MIN_VERSION} CONFIG)
|
||||||
|
set_package_properties(KF5Wallet PROPERTIES DESCRIPTION "KWallet password backend plugin" TYPE OPTIONAL)
|
||||||
|
|
||||||
# Git revision
|
# Git revision
|
||||||
if (EXISTS "${CMAKE_SOURCE_DIR}/.git")
|
if (EXISTS "${CMAKE_SOURCE_DIR}/.git")
|
||||||
|
@ -140,3 +141,4 @@ include_directories(
|
||||||
add_subdirectory(src)
|
add_subdirectory(src)
|
||||||
add_subdirectory(tests/autotests)
|
add_subdirectory(tests/autotests)
|
||||||
|
|
||||||
|
feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user