diff options
author | Chuck Atkins <chuck.atkins@kitware.com> | 2019-08-22 15:55:43 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2019-08-22 16:26:06 (GMT) |
commit | 971c77821350908918b3117e11a89463b6a6a820 (patch) | |
tree | 70ab67d86e8049d810f1b39620ddce8d020b9296 /Help | |
parent | 40bbe50e23c06232ccf1c49589dde5dd84e1ac31 (diff) | |
download | CMake-971c77821350908918b3117e11a89463b6a6a820.zip CMake-971c77821350908918b3117e11a89463b6a6a820.tar.gz CMake-971c77821350908918b3117e11a89463b6a6a820.tar.bz2 |
CrayPrgEnv: Change default linking mode based on PE version
Beginning with the 19.06 release of the Cray Programming Environment, the
default linking mode on XC Cray systems is dynamic instead of static.
This updates the CrayPrgEnv compiler wrappers to detect the PE version
being used and behave accordingly.
Diffstat (limited to 'Help')
-rw-r--r-- | Help/release/3.15.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Help/release/3.15.rst b/Help/release/3.15.rst index b0365ba..48f3aa4 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. |