mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-24 02:42:50 +00:00
kscreensaver: replace macro_log_feature() with set_package_properties() call
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
This commit is contained in:
parent
70b5acd75c
commit
10015d7aff
1 changed files with 4 additions and 1 deletions
|
@ -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)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue