┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Montel <[email protected]>2019-09-20 06:51:17 +0200
committerLaurent Montel <[email protected]>2019-09-20 06:51:17 +0200
commit96e84bef52099dcee5f62f85ee22d01d08bef2be (patch)
tree754d2654488d69c97d5a5fe64db9a0de65f7bf4c
parentcef2c67613ef07a350d18f690b3b5960b9dfda12 (diff)
We depend against 5.61
-rw-r--r--CMakeLists.txt7
1 files changed, 1 insertions, 6 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index aa11528a1..90c1df10e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -149,12 +149,7 @@ configure_file(org.kde.dolphin.FileManager1.service.in
${CMAKE_CURRENT_BINARY_DIR}/org.kde.dolphin.FileManager1.service)
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/org.kde.dolphin.FileManager1.service
DESTINATION ${DBUS_SERVICES_INSTALL_DIR})
-
-if (NOT ECM_VERSION VERSION_LESS "5.59.0")
- install(FILES dolphin.categories DESTINATION ${KDE_INSTALL_LOGGINGCATEGORIESDIR})
-else()
- install(FILES dolphin.categories DESTINATION ${KDE_INSTALL_CONFDIR})
-endif()
+install(FILES dolphin.categories DESTINATION ${KDE_INSTALL_LOGGINGCATEGORIESDIR})
feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES)