From a973673c4aa8f6801666545b7dab21b6c776c48c Mon Sep 17 00:00:00 2001 From: Ivailo Monev Date: Fri, 11 Aug 2023 15:52:11 +0300 Subject: [PATCH] kcalc: remove redundant kde4_install_icons() macro call no icons in the directory thus nothing to install Signed-off-by: Ivailo Monev --- kcalc/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/kcalc/CMakeLists.txt b/kcalc/CMakeLists.txt index a5179b47..34770d30 100644 --- a/kcalc/CMakeLists.txt +++ b/kcalc/CMakeLists.txt @@ -99,8 +99,6 @@ install( DESTINATION ${KDE4_DATA_INSTALL_DIR}/kcalc ) -kde4_install_icons(${KDE4_ICON_INSTALL_DIR}) - if(${CMAKE_SOURCE_DIR} STREQUAL ${CMAKE_CURRENT_SOURCE_DIR}) feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES) endif()