diff options
author | Rolf Eike Beer <eike@sf-mail.de> | 2013-02-13 18:36:11 (GMT) |
---|---|---|
committer | Rolf Eike Beer <eike@sf-mail.de> | 2013-02-13 18:38:00 (GMT) |
commit | 77fd5e51ab40865df240d52862baa7212443bdd9 (patch) | |
tree | f471a2c4a3ce9b323fc13432084e0fa914d6feb8 /Modules | |
parent | 132450066945d2c7244205df662f3137edfad5bc (diff) | |
download | CMake-77fd5e51ab40865df240d52862baa7212443bdd9.zip CMake-77fd5e51ab40865df240d52862baa7212443bdd9.tar.gz CMake-77fd5e51ab40865df240d52862baa7212443bdd9.tar.bz2 |
FindOpenMP: improve documentation (#13895)
Diffstat (limited to 'Modules')
-rw-r--r-- | Modules/FindOpenMP.cmake | 4 |
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 |