From ef084bbbb52e2bc088258309c2ec06e9559ef450 Mon Sep 17 00:00:00 2001 From: "Friedrich W. H. Kossebau" Date: Sat, 3 Feb 2018 13:21:06 +0100 Subject: ecm_install_icons: refer to non-deprecated KDE_INSTALL_ICONDIR --- modules/ECMInstallIcons.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ECMInstallIcons.cmake b/modules/ECMInstallIcons.cmake index 09d3b481..b7157229 100644 --- a/modules/ECMInstallIcons.cmake +++ b/modules/ECMInstallIcons.cmake @@ -39,7 +39,7 @@ # ``${CMAKE_INSTALL_PREFIX}/share/icons//22x22/actions/menu_new.png`` # # Users of the :kde-module:`KDEInstallDirs` module would normally use -# ``${ICON_INSTALL_DIR}`` as the DESTINATION, while users of the GNUInstallDirs +# ``${KDE_INSTALL_ICONDIR}`` as the DESTINATION, while users of the GNUInstallDirs # module should use ``${CMAKE_INSTALL_DATAROOTDIR}/icons``. # # An old form of arguments will also be accepted:: -- cgit v1.2.1