diff options
| author | Elvis Angelaccio <[email protected]> | 2019-06-16 12:02:42 +0200 |
|---|---|---|
| committer | Elvis Angelaccio <[email protected]> | 2019-06-16 12:02:42 +0200 |
| commit | ff81ed60cfd7516eec830e7581189a96acae10f4 (patch) | |
| tree | 5beadabeab72c0026e45c5c98d188840f3208b5d /CMakeLists.txt | |
| parent | c337bfeeea02c76e42742b118e13cea087b17b26 (diff) | |
Fix ECM version comparison
CCMAIL: [email protected]
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 7e66ade93..ef0e28e76 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} STRGREATER "5.58.0") +if (ECM_VERSION VERSION_GREATER_EQUAL "5.59.0") install(FILES dolphin.categories DESTINATION ${KDE_INSTALL_LOGGINGCATEGORIESDIR}) else() install(FILES dolphin.categories DESTINATION ${KDE_INSTALL_CONFDIR}) |
