summaryrefslogtreecommitdiff
path: root/Help
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2019-08-23 14:03:49 +0000
committerKitware Robot <kwrobot@kitware.com>2019-08-23 10:05:52 -0400
commit76891a4a7a77868a025030ee92ff8dddb8fc3932 (patch)
treebc69358a6dc9b87313c9df7b78d267f8e54318cd /Help
parent7f2bb732fc2b684f5b36c522d75ae50faaabab45 (diff)
parent971c77821350908918b3117e11a89463b6a6a820 (diff)
downloadcmake-76891a4a7a77868a025030ee92ff8dddb8fc3932.tar.gz
Merge topic 'CrayPrgEnv-update-link-type-detection'
971c778213 CrayPrgEnv: Change default linking mode based on PE version Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3716
Diffstat (limited to 'Help')
-rw-r--r--Help/release/3.15.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/Help/release/3.15.rst b/Help/release/3.15.rst
index b0365bac2c..48f3aa4fbf 100644
--- a/Help/release/3.15.rst
+++ b/Help/release/3.15.rst
@@ -369,3 +369,10 @@ Changes made since CMake 3.15.0 include the following.
* In CMake 3.15.0 and 3.15.1 the :variable:`CMAKE_FIND_PACKAGE_PREFER_CONFIG`
variable caused the :command:`find_package` command to fail on a missing
package even without the ``REQUIRED`` option. This has been fixed.
+
+3.15.3
+------
+
+* ``CrayPrgEnv`` compiler wrapper support has been updated for the 19.06
+ release of the Cray Programming Environment for which the default linking
+ mode on XC Cray systems is now dynamic instead of static.