diff options
author | Sujin Philip <sujin.philip@kitware.com> | 2016-07-13 15:12:38 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2016-07-13 15:49:01 (GMT) |
commit | 73e9f36ea6a64fa1a5f2f8ab39c5981b2a64aa5e (patch) | |
tree | 5a23c0db7d4d1839967257d92461fba602e1e085 /Help | |
parent | 8f1103c0fd5e51cbbfc6f66ada72fbead53297d6 (diff) | |
download | CMake-73e9f36ea6a64fa1a5f2f8ab39c5981b2a64aa5e.zip CMake-73e9f36ea6a64fa1a5f2f8ab39c5981b2a64aa5e.tar.gz CMake-73e9f36ea6a64fa1a5f2f8ab39c5981b2a64aa5e.tar.bz2 |
FindOpenMP: Detect version (specification date) from compiler
Port changes from VTK commit fda6a31cb9 (Added Improved FindOpenMP
module, 2015-04-23). Improve use of try_compile to avoid needing
to pass OpenMP flags as libraries.
Diffstat (limited to 'Help')
-rw-r--r-- | Help/release/dev/FindOpenMP-updates.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Help/release/dev/FindOpenMP-updates.rst b/Help/release/dev/FindOpenMP-updates.rst new file mode 100644 index 0000000..cb29a71 --- /dev/null +++ b/Help/release/dev/FindOpenMP-updates.rst @@ -0,0 +1,5 @@ +FindOpenMP-updates +------------------ + +* The :module:`FindOpenMP` module learned to detect the OpenMP + version (specification date) from the compiler. |