diff options
author | Brad King <brad.king@kitware.com> | 2016-07-13 14:53:37 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2016-07-13 14:56:46 (GMT) |
commit | ec963f04cb713701dda9f12a433930845e5c2609 (patch) | |
tree | 8539b9b336bd48531febd70e0e986b637938cd25 | |
parent | 53df6d5995bef4a4884ede870c7b904033395ce2 (diff) | |
download | CMake-ec963f04cb713701dda9f12a433930845e5c2609.zip CMake-ec963f04cb713701dda9f12a433930845e5c2609.tar.gz CMake-ec963f04cb713701dda9f12a433930845e5c2609.tar.bz2 |
FindOpenMP: Improve documentation formatting
Also drop link to OpenMP compilers because our supported list may
not include all compilers.
-rw-r--r-- | Modules/FindOpenMP.cmake | 19 |
1 files changed, 8 insertions, 11 deletions
diff --git a/Modules/FindOpenMP.cmake b/Modules/FindOpenMP.cmake index ee4bdd6..c8f716e 100644 --- a/Modules/FindOpenMP.cmake +++ b/Modules/FindOpenMP.cmake @@ -12,17 +12,14 @@ # # The following variables are set: # -# :: -# -# OpenMP_C_FLAGS - flags to add to the C compiler for OpenMP support -# OpenMP_CXX_FLAGS - flags to add to the CXX compiler for OpenMP support -# OpenMP_Fortran_FLAGS - flags to add to the Fortran compiler for OpenMP support -# OPENMP_FOUND - true if openmp is detected -# -# -# -# Supported compilers can be found at -# http://openmp.org/wp/openmp-compilers/ +# ``OpenMP_C_FLAGS`` +# Flags to add to the C compiler for OpenMP support. +# ``OpenMP_CXX_FLAGS`` +# Flags to add to the CXX compiler for OpenMP support. +# ``OpenMP_Fortran_FLAGS`` +# Flags to add to the Fortran compiler for OpenMP support. +# ``OPENMP_FOUND`` +# True if openmp is detected. #============================================================================= # Copyright 2009 Kitware, Inc. |