summaryrefslogtreecommitdiff
path: root/Help
diff options
context:
space:
mode:
authorDongHun Kwak <dh0128.kwak@samsung.com>2021-10-08 09:14:09 +0900
committerDongHun Kwak <dh0128.kwak@samsung.com>2021-10-08 09:14:09 +0900
commit84a41c4acc7c8fd77d84670b1f0449256639fb14 (patch)
tree34fb49b6f5dfd5705ae235a8da7e9f3042246727 /Help
parentff17ac9bf99bd184bdd8b6aa7b7e071024b9793b (diff)
downloadcmake-84a41c4acc7c8fd77d84670b1f0449256639fb14.tar.gz
cmake-84a41c4acc7c8fd77d84670b1f0449256639fb14.tar.bz2
cmake-84a41c4acc7c8fd77d84670b1f0449256639fb14.zip
Imported Upstream version 3.15.3upstream/3.15.3
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 b0365bac2..48f3aa4fb 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.