kscreensaver: replace macro_log_feature() with set_package_properties() call

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
This commit is contained in:
Ivailo Monev 2020-02-20 23:11:26 +02:00
parent 70b5acd75c
commit 10015d7aff

View file

@ -1,5 +1,8 @@
macro_optional_find_package(Eigen3) macro_optional_find_package(Eigen3)
macro_log_feature(EIGEN3_FOUND "Eigen3" "A C++ template library for linear algebra" "kdesupport" FALSE "" "Needed to build the krotation and kpendulum screensavers" ) set_package_properties(Eigen3 PROPERTIES
DESCRIPTION "A C++ template library for linear algebra"
PURPOSE "Needed to build the krotation and kpendulum screensavers"
)
option(KSCREENSAVER_SOUND_SUPPORT "Build with sound support" OFF) option(KSCREENSAVER_SOUND_SUPPORT "Build with sound support" OFF)