From ec963f04cb713701dda9f12a433930845e5c2609 Mon Sep 17 00:00:00 2001 From: Brad King Date: Wed, 13 Jul 2016 10:53:37 -0400 Subject: [PATCH] FindOpenMP: Improve documentation formatting Also drop link to OpenMP compilers because our supported list may not include all compilers. --- Modules/FindOpenMP.cmake | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/Modules/FindOpenMP.cmake b/Modules/FindOpenMP.cmake index ee4bdd6c8..c8f716e6d 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.