1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-10-24 03:02:46 +08:00

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).
This commit is contained in:
Brad King
2024-12-17 10:08:33 -05:00
parent 1e9c34c93e
commit be0b837e2b

View File

@@ -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 <Module Libraries>`_ instead.
C++/CLI DLL, make it a `Module Library <Module Libraries_>`_ instead.
.. _`Apple Frameworks`: