aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFriedrich W. H. Kossebau <kossebau@kde.org>2022-06-12 18:17:22 +0200
committerFriedrich W. H. Kossebau <kossebau@kde.org>2022-06-12 18:27:40 +0200
commit7c07ea46de2156b633a7fec2881cf53cd5d27131 (patch)
tree2b490a55387ff5a71c6a38f3c62401cba25ad673
parent1a7260fc8eb40cd5cf5af9a3befdaa39f3972fcf (diff)
downloadextra-cmake-modules-7c07ea46de2156b633a7fec2881cf53cd5d27131.tar.gz
extra-cmake-modules-7c07ea46de2156b633a7fec2881cf53cd5d27131.tar.bz2
API dox: fix broken link markup
NO_CHANGELOG
-rw-r--r--modules/ECMGeneratePkgConfigFile.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/ECMGeneratePkgConfigFile.cmake b/modules/ECMGeneratePkgConfigFile.cmake
index c556e31e..ce816b39 100644
--- a/modules/ECMGeneratePkgConfigFile.cmake
+++ b/modules/ECMGeneratePkgConfigFile.cmake
@@ -35,7 +35,7 @@ as the name field as well as the library to link to.
``DEPS`` is the list of libraries required by this library. Libraries that are
not exposed to applications should be marked with ``PRIVATE``. The default
is ``PUBLIC``, but note that according to the
-`Guide to pkg-config <https://people.freedesktop.org/~dbn/pkg-config-guide.html>`
+`Guide to pkg-config <https://people.freedesktop.org/~dbn/pkg-config-guide.html>`_
marking dependencies as private is usually preferred. The ``PUBLIC`` and
``PRIVATE`` keywords are supported since 5.89.0.