┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorWolfgang Bauer <[email protected]>2019-08-07 18:11:51 +0200
committerWolfgang Bauer <[email protected]>2019-08-07 18:11:51 +0200
commite39b7e8f5a91ccfabaf5e47a46960c2e091ee8b4 (patch)
treec9abe06ff507ec3ff50a9861102285d0892f1c7b /CMakeLists.txt
parentba92917ac2f32e6fa7c8e5c3ecbd6a36b2e79eb0 (diff)
parent68aee5ed51b55a3938ab71de4fa42c469cbbaf26 (diff)
Merge branch 'Applications/19.08'
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index a76dda9ce..8f2a118ce 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -150,7 +150,7 @@ configure_file(org.kde.dolphin.FileManager1.service.in
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/org.kde.dolphin.FileManager1.service
DESTINATION ${DBUS_SERVICES_INSTALL_DIR})
-if (ECM_VERSION VERSION_GREATER_EQUAL "5.59.0")
+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})