summaryrefslogtreecommitdiffstats
path: root/Help/release/dev/restrict-shlib-link-flags-to-enable-exports.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Help/release/dev/restrict-shlib-link-flags-to-enable-exports.rst')
-rw-r--r--Help/release/dev/restrict-shlib-link-flags-to-enable-exports.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/Help/release/dev/restrict-shlib-link-flags-to-enable-exports.rst b/Help/release/dev/restrict-shlib-link-flags-to-enable-exports.rst
new file mode 100644
index 0000000..f8ce044
--- /dev/null
+++ b/Help/release/dev/restrict-shlib-link-flags-to-enable-exports.rst
@@ -0,0 +1,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`.