mirror of
https://github.com/KDE/konsole.git
synced 2025-12-23 23:38:08 -05:00
remove unnecessary version check
This commit is contained in:
@@ -2,8 +2,4 @@
|
||||
add_subdirectory( color-schemes )
|
||||
add_subdirectory( keyboard-layouts )
|
||||
|
||||
if (${ECM_VERSION} STRGREATER "5.58.0")
|
||||
install( FILES konsole.knsrc DESTINATION ${KDE_INSTALL_KNSRCDIR})
|
||||
else()
|
||||
install( FILES konsole.knsrc DESTINATION ${CONFIG_INSTALL_DIR})
|
||||
endif()
|
||||
install( FILES konsole.knsrc DESTINATION ${KDE_INSTALL_KNSRCDIR})
|
||||
|
||||
Reference in New Issue
Block a user