aboutsummaryrefslogtreecommitdiff
path: root/kde-modules/KDECMakeSettings.cmake
diff options
context:
space:
mode:
authorFriedrich W. H. Kossebau <kossebau@kde.org>2022-06-12 18:11:16 +0200
committerFriedrich W. H. Kossebau <kossebau@kde.org>2022-06-12 18:27:40 +0200
commit97de5ca22bc2e9270809a24d00fe6b748ddbb9e7 (patch)
tree0a79fed871a41afe701c6556bc10c72f93ea786d /kde-modules/KDECMakeSettings.cmake
parent08b0e02f8ecd3cec4840f5025729e5b40d890645 (diff)
downloadextra-cmake-modules-97de5ca22bc2e9270809a24d00fe6b748ddbb9e7.tar.gz
extra-cmake-modules-97de5ca22bc2e9270809a24d00fe6b748ddbb9e7.tar.bz2
API dox: turn some more verbal "Note" into full note sections
Should help readers being aware of pitfalls NO_CHANGELOG
Diffstat (limited to 'kde-modules/KDECMakeSettings.cmake')
-rw-r--r--kde-modules/KDECMakeSettings.cmake7
1 files changed, 4 insertions, 3 deletions
diff --git a/kde-modules/KDECMakeSettings.cmake b/kde-modules/KDECMakeSettings.cmake
index 8950cfb1..d2d06b18 100644
--- a/kde-modules/KDECMakeSettings.cmake
+++ b/kde-modules/KDECMakeSettings.cmake
@@ -27,9 +27,10 @@ dynamically-linked libraries) is set to include the location that libraries
will be installed to (as set in ``LIB_INSTALL_DIR`` or, if the former is not set,
``KDE_INSTALL_LIBDIR``), and also the linker search path.
-Note that ``LIB_INSTALL_DIR`` or alternatively ``KDE_INSTALL_LIBDIR`` needs
-to be set before including this module.
-Typically, this is done by including the :kde-module:`KDEInstallDirs` module.
+.. note::
+ ``LIB_INSTALL_DIR`` or alternatively ``KDE_INSTALL_LIBDIR`` needs
+ to be set before including this module.
+ Typically, this is done by including the :kde-module:`KDEInstallDirs` module.
This section can be disabled by setting ``KDE_SKIP_RPATH_SETTINGS`` to ``TRUE``
before including this module.