From 40d68b5087f31204d80038b675d030acfb899dde Mon Sep 17 00:00:00 2001 From: Peter Kokot Date: Wed, 25 Dec 2024 17:32:04 +0100 Subject: [PATCH] Help: Add links to FeatureSummary module --- Help/prop_gbl/DISABLED_FEATURES.rst | 2 +- Help/prop_gbl/ENABLED_FEATURES.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Help/prop_gbl/DISABLED_FEATURES.rst b/Help/prop_gbl/DISABLED_FEATURES.rst index 882bbfacde..023d9a4846 100644 --- a/Help/prop_gbl/DISABLED_FEATURES.rst +++ b/Help/prop_gbl/DISABLED_FEATURES.rst @@ -8,4 +8,4 @@ it contains the names of all packages which were not found. This is determined using the ``_FOUND`` variables. Packages which are searched ``QUIET`` are not listed. A project can add its own features to this list. This property is used by the macros in -``FeatureSummary.cmake``. +:module:`FeatureSummary` module. diff --git a/Help/prop_gbl/ENABLED_FEATURES.rst b/Help/prop_gbl/ENABLED_FEATURES.rst index acbb3d0189..a5f6121915 100644 --- a/Help/prop_gbl/ENABLED_FEATURES.rst +++ b/Help/prop_gbl/ENABLED_FEATURES.rst @@ -8,4 +8,4 @@ it contains the names of all packages which were found. This is determined using the ``_FOUND`` variables. Packages which are searched ``QUIET`` are not listed. A project can add its own features to this list. This property is used by the macros in -``FeatureSummary.cmake``. +:module:`FeatureSummary` module.