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