mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 18:32:50 +00:00
generic: deal with TODO related to CMP0005
requires:
f5fe6558ca
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
8a4220dfc2
commit
8ddda9a0b8
2 changed files with 1 additions and 2 deletions
|
@ -3,7 +3,7 @@ include_directories( ${CMAKE_CURRENT_SOURCE_DIR}/CContLib/ )
|
|||
# Laurent: Verify that we install it into (kdeprefix)/etc/ and not into /etc
|
||||
# otherwise it's necessary to change it.
|
||||
# into kde 3.x it was installed into /etc/
|
||||
add_definitions( -DKSYSGUARDDRCFILE="\\"${KDE4_SYSCONF_INSTALL_DIR}/ksysguarddrc\\"" )
|
||||
add_definitions( -DKSYSGUARDDRCFILE="${KDE4_SYSCONF_INSTALL_DIR}/ksysguarddrc" )
|
||||
|
||||
macro_bool_to_01(SENSORS_FOUND HAVE_LMSENSORS)
|
||||
|
||||
|
|
|
@ -2,7 +2,6 @@ project(plasma-systemtray)
|
|||
|
||||
set(data_install_dir "plasma/packages/org.kde.systemtray")
|
||||
|
||||
cmake_policy(SET CMP0005 NEW)
|
||||
add_definitions(-DSYSTEMTRAY_DATA_INSTALL_DIR="${data_install_dir}")
|
||||
|
||||
set(systemtray_SRCS
|
||||
|
|
Loading…
Add table
Reference in a new issue