blob: cec7906a1bc9f0e2aa12a16471993c04d2e25ed8 (
plain)
1
2
3
4
5
6
7
8
|
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.
|