9784af1b50
This new policy restricts the addition of the shared library link flags to executables only when the ENABLE_EXPORTS property is set to True.
7 lines
250 B
ReStructuredText
7 lines
250 B
ReStructuredText
restrict-shlib-link-flags-to-enable-exports
|
|
-------------------------------------------
|
|
|
|
* CMake no longer links executables with flags to export symbols
|
|
unless the :prop_tgt:`ENABLE_EXPORTS` target property is set.
|
|
See policy :policy:`CMP0065`.
|