https://github.com/Kitware/CMake
Raw File
Tip revision: b5c54d9c8a1fdfdbf1a133040029a4924b69185e authored by Brad King on 25 July 2023, 17:58:09 UTC
CMake 3.27.1
Tip revision: b5c54d9
CMAKE_LINK_DEPENDS_NO_SHARED.rst
CMAKE_LINK_DEPENDS_NO_SHARED
----------------------------

Whether to skip link dependencies on shared library files.

This variable initializes the :prop_tgt:`LINK_DEPENDS_NO_SHARED` property on
targets when they are created.  See that target property for
additional information.
back to top