From 7c07ea46de2156b633a7fec2881cf53cd5d27131 Mon Sep 17 00:00:00 2001 From: "Friedrich W. H. Kossebau" Date: Sun, 12 Jun 2022 18:17:22 +0200 Subject: API dox: fix broken link markup NO_CHANGELOG --- modules/ECMGeneratePkgConfigFile.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ` +`Guide to pkg-config `_ marking dependencies as private is usually preferred. The ``PUBLIC`` and ``PRIVATE`` keywords are supported since 5.89.0. -- cgit v1.2.1