diff options
author | Friedrich W. H. Kossebau <kossebau@kde.org> | 2018-02-03 13:21:06 +0100 |
---|---|---|
committer | Friedrich W. H. Kossebau <kossebau@kde.org> | 2018-02-03 13:21:06 +0100 |
commit | ef084bbbb52e2bc088258309c2ec06e9559ef450 (patch) | |
tree | cb6fe9838ff6343fc7ffb5147ea020f7c1e39b99 | |
parent | 995fd81064cfe8c150c78234bad592b1c30989f2 (diff) | |
download | extra-cmake-modules-5.43.0.tar.gz extra-cmake-modules-5.43.0.tar.bz2 |
ecm_install_icons: refer to non-deprecated KDE_INSTALL_ICONDIRv5.43.0-rc1v5.43.0
-rw-r--r-- | modules/ECMInstallIcons.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
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/<theme>/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:: |