solid: CMake warning fix

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2021-06-13 05:31:47 +03:00
parent 9ffcd227c4
commit ae1fff2b4f

View file

@ -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