diff --git a/core/CMakeLists.txt b/core/CMakeLists.txt index 623c63708..cecb8fec4 100644 --- a/core/CMakeLists.txt +++ b/core/CMakeLists.txt @@ -9,8 +9,7 @@ include_directories( add_subdirectory(backends/lan) add_subdirectory(backends/loopback) -# FIXME should be 5.9 -find_package(KF5Notifications 5.8 REQUIRED) +find_package(KF5Notifications 5.9 REQUIRED) set(kdeconnectcore_SRCS ${backends_kdeconnect_SRCS} diff --git a/kcm/CMakeLists.txt b/kcm/CMakeLists.txt index 0b1a75e0d..568972bb5 100644 --- a/kcm/CMakeLists.txt +++ b/kcm/CMakeLists.txt @@ -1,7 +1,6 @@ add_definitions(-DTRANSLATION_DOMAIN="kdeconnect-kcm") -# FIXME should be 5.9 -find_package(KF5KCMUtils 5.8 REQUIRED) +find_package(KF5KCMUtils 5.9 REQUIRED) include_directories(${CMAKE_CURRENT_BINARY_DIR} ${CMAKE_CURRENT_SOURCE_DIR}