mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-24 10:52:49 +00:00
solid: CMake warning fix
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
9ffcd227c4
commit
ae1fff2b4f
1 changed files with 1 additions and 1 deletions
|
@ -195,7 +195,7 @@ if(UDEV_FOUND)
|
||||||
)
|
)
|
||||||
|
|
||||||
set(solid_OPTIONAL_LIBS ${solid_OPTIONAL_LIBS} ${KDE4_KDECORE_LIBS} ${UDEV_LIBRARIES})
|
set(solid_OPTIONAL_LIBS ${solid_OPTIONAL_LIBS} ${KDE4_KDECORE_LIBS} ${UDEV_LIBRARIES})
|
||||||
endif(UDEV_FOUND AND CMAKE_SYSTEM_NAME MATCHES Linux)
|
endif(UDEV_FOUND)
|
||||||
|
|
||||||
set_source_files_properties(
|
set_source_files_properties(
|
||||||
org.freedesktop.PowerManagement.xml
|
org.freedesktop.PowerManagement.xml
|
||||||
|
|
Loading…
Add table
Reference in a new issue