This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".

The branch, next has been updated
       via  2239e56d774ce8f48d84c4fc57e4ae31389ca475 (commit)
       via  77fd5e51ab40865df240d52862baa7212443bdd9 (commit)
      from  1927983178fbc24340be164273710a0f6619b94f (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=2239e56d774ce8f48d84c4fc57e4ae31389ca475
commit 2239e56d774ce8f48d84c4fc57e4ae31389ca475
Merge: 1927983 77fd5e5
Author:     Rolf Eike Beer <e...@sf-mail.de>
AuthorDate: Wed Feb 13 13:38:34 2013 -0500
Commit:     CMake Topic Stage <kwro...@kitware.com>
CommitDate: Wed Feb 13 13:38:34 2013 -0500

    Merge topic 'OpenMP-doc' into next
    
    77fd5e5 FindOpenMP: improve documentation (#13895)


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=77fd5e51ab40865df240d52862baa7212443bdd9
commit 77fd5e51ab40865df240d52862baa7212443bdd9
Author:     Rolf Eike Beer <e...@sf-mail.de>
AuthorDate: Wed Feb 13 19:36:11 2013 +0100
Commit:     Rolf Eike Beer <e...@sf-mail.de>
CommitDate: Wed Feb 13 19:38:00 2013 +0100

    FindOpenMP: improve documentation (#13895)

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

-----------------------------------------------------------------------

Summary of changes:
 Modules/FindOpenMP.cmake |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
CMake
_______________________________________________
Cmake-commits mailing list
Cmake-commits@cmake.org
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-commits

Reply via email to