From be0b837e2b662231073188a1c67a90d246c410ad Mon Sep 17 00:00:00 2001 From: Brad King Date: Tue, 17 Dec 2024 10:08:33 -0500 Subject: [PATCH] Help: Fix cmake-buildsystem(7) internal link Fix a broken link from commit 987f3fa4e0 (Help: Add cmake-buildsystem(7) subsections for each binary target type, 2024-12-12). --- Help/manual/cmake-buildsystem.7.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Help/manual/cmake-buildsystem.7.rst b/Help/manual/cmake-buildsystem.7.rst index ce96bb732a..391ba534a3 100644 --- a/Help/manual/cmake-buildsystem.7.rst +++ b/Help/manual/cmake-buildsystem.7.rst @@ -137,7 +137,7 @@ then resolve remaining symbol dependencies by searching linked libraries. CMake expects shared libraries to export at least one symbol. If a library does not export any unmanaged symbols, e.g., a Windows resource DLL or - C++/CLI DLL, make it a `Module Library `_ instead. + C++/CLI DLL, make it a `Module Library `_ instead. .. _`Apple Frameworks`: