From 77fd5e51ab40865df240d52862baa7212443bdd9 Mon Sep 17 00:00:00 2001 From: Rolf Eike Beer Date: Wed, 13 Feb 2013 19:36:11 +0100 Subject: FindOpenMP: improve documentation (#13895) --- Modules/FindOpenMP.cmake | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- cgit v0.12