[Cmake-commits] CMake branch, next, updated. v2.8.7-2545-ga80db80

Rolf Eike Beer eike at sf-mail.de
Thu Feb 9 12:34:28 EST 2012


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  a80db8077fe31f2be8692bcf145db0a7d69a9e8b (commit)
       via  0e70bfb68c6baeb9c4731096902c248915405059 (commit)
      from  956accd7bebb5af1f967dba032e3103eb84c025e (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=a80db8077fe31f2be8692bcf145db0a7d69a9e8b
commit a80db8077fe31f2be8692bcf145db0a7d69a9e8b
Merge: 956accd 0e70bfb
Author:     Rolf Eike Beer <eike at sf-mail.de>
AuthorDate: Thu Feb 9 12:34:21 2012 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Feb 9 12:34:21 2012 -0500

    Merge topic 'improve-findopenmp' into next
    
    0e70bfb FindOpenMP: add a default flag for MIPSpro compiler


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=0e70bfb68c6baeb9c4731096902c248915405059
commit 0e70bfb68c6baeb9c4731096902c248915405059
Author:     Rolf Eike Beer <eike at sf-mail.de>
AuthorDate: Thu Feb 9 18:33:38 2012 +0100
Commit:     Rolf Eike Beer <eike at sf-mail.de>
CommitDate: Thu Feb 9 18:33:38 2012 +0100

    FindOpenMP: add a default flag for MIPSpro compiler

diff --git a/Modules/FindOpenMP.cmake b/Modules/FindOpenMP.cmake
index cbd002c..9d9fe0d 100644
--- a/Modules/FindOpenMP.cmake
+++ b/Modules/FindOpenMP.cmake
@@ -64,6 +64,7 @@ function(_OPENMP_FLAG_CANDIDATES LANG)
   set(OMP_FLAG_SunPro "-xopenmp")
   set(OMP_FLAG_HP "+Oopenmp")
   set(OMP_FLAG_XL "-qsmp")
+  set(OMP_FLAG_MIPSpro "-mp")
   set(OMP_FLAG_PGI "-mp")
 
   # Move the flag that matches the compiler to the head of the list,

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

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


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list