summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2013-02-15 18:12:21 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2013-02-15 18:12:21 (GMT)
commitffdf57d9f5f0fc6c64e3c4ec32cc7630576770ab (patch)
tree4768fefb3af335e030e1e3c92c25da9fce79f18a /Modules
parentbc6b0326b3016f6ffb10f7d9f5e6b8608f28c77e (diff)
parent77fd5e51ab40865df240d52862baa7212443bdd9 (diff)
downloadCMake-ffdf57d9f5f0fc6c64e3c4ec32cc7630576770ab.zip
CMake-ffdf57d9f5f0fc6c64e3c4ec32cc7630576770ab.tar.gz
CMake-ffdf57d9f5f0fc6c64e3c4ec32cc7630576770ab.tar.bz2
Merge topic 'OpenMP-doc'
77fd5e5 FindOpenMP: improve documentation (#13895)
Diffstat (limited to 'Modules')
-rw-r--r--Modules/FindOpenMP.cmake4
1 files changed, 3 insertions, 1 deletions
diff --git a/Modules/FindOpenMP.cmake b/Modules/FindOpenMP.cmake
index 8c8ad55..f4a9f44 100644
--- a/Modules/FindOpenMP.cmake
+++ b/Modules/FindOpenMP.cmake
@@ -1,7 +1,9 @@
# - Finds OpenMP support
# This module can be used to detect OpenMP support in a compiler.
# If the compiler supports OpenMP, the flags required to compile with
-# openmp support are set.
+# OpenMP support are returned in variables for the different languages.
+# The variables may be empty if the compiler does not need a special
+# flag to support OpenMP.
#
# The following variables are set:
# OpenMP_C_FLAGS - flags to add to the C compiler for OpenMP support