summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2014-09-04 13:48:17 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2014-09-04 13:48:17 (GMT)
commit9651cb70ae65d42823c286c8721947fb1f3b6d26 (patch)
tree7c49cf0e16a66382e636d8a4756cf50601d54c27 /Help
parent88400e5c5b7dfbcf11bac19a81bd4bafe900cc6c (diff)
parentd538c55ea4143872c01d39b419b168f2a2a820f1 (diff)
downloadCMake-9651cb70ae65d42823c286c8721947fb1f3b6d26.zip
CMake-9651cb70ae65d42823c286c8721947fb1f3b6d26.tar.gz
CMake-9651cb70ae65d42823c286c8721947fb1f3b6d26.tar.bz2
Merge topic 'InstallRequiredSystemLibraries-vs-openmp'
d538c55e Help: Add notes for topic 'InstallRequiredSystemLibraries-vs-openmp' bdb5007b InstallRequiredSystemLibraries: Install OpenMP runtime libs (#15117)
Diffstat (limited to 'Help')
-rw-r--r--Help/release/dev/InstallRequiredSystemLibraries-vs-openmp.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/Help/release/dev/InstallRequiredSystemLibraries-vs-openmp.rst b/Help/release/dev/InstallRequiredSystemLibraries-vs-openmp.rst
new file mode 100644
index 0000000..4f8f962
--- /dev/null
+++ b/Help/release/dev/InstallRequiredSystemLibraries-vs-openmp.rst
@@ -0,0 +1,6 @@
+InstallRequiredSystemLibraries-vs-openmp
+----------------------------------------
+
+* The :module:`InstallRequiredSystemLibraries` module gained a new
+ ``CMAKE_INSTALL_OPENMP_LIBRARIES`` option to install MSVC OpenMP
+ runtime libraries.