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  e140831177071b15d0e8aa6023604b2e1926df03 (commit)
       via  f44f053a52db8f78288705454a04e001b8f2c74c (commit)
      from  91a2146523c12683bb732b365ffadc9844e026ab (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=e140831177071b15d0e8aa6023604b2e1926df03
commit e140831177071b15d0e8aa6023604b2e1926df03
Merge: 91a2146 f44f053
Author:     David Cole <david.c...@kitware.com>
AuthorDate: Mon Dec 5 11:47:10 2011 -0500
Commit:     CMake Topic Stage <kwro...@kitware.com>
CommitDate: Mon Dec 5 11:47:10 2011 -0500

    Merge topic 'findlapack-0012477-new' into next
    
    f44f053 FindLAPACK: Fix linking to static LAPACK on Unix (#12477)


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=f44f053a52db8f78288705454a04e001b8f2c74c
commit f44f053a52db8f78288705454a04e001b8f2c74c
Author:     Alexey Ozeritsky <aozerit...@gmail.com>
AuthorDate: Fri Dec 2 15:14:52 2011 +0400
Commit:     David Cole <david.c...@kitware.com>
CommitDate: Mon Dec 5 11:41:52 2011 -0500

    FindLAPACK: Fix linking to static LAPACK on Unix (#12477)

diff --git a/Modules/FindLAPACK.cmake b/Modules/FindLAPACK.cmake
index bccf789..f88eed0 100644
--- a/Modules/FindLAPACK.cmake
+++ b/Modules/FindLAPACK.cmake
@@ -106,7 +106,7 @@ endforeach(_library ${_list})
 if(_libraries_work)
   # Test this combination of libraries.
   if(UNIX AND BLA_STATIC)
-    set(CMAKE_REQUIRED_LIBRARIES ${_flags} "-Wl,--start-group ${${LIBRARIES}} 
${_blas};-Wl,--end-group" ${_threads})
+    set(CMAKE_REQUIRED_LIBRARIES ${_flags} "-Wl,--start-group" ${${LIBRARIES}} 
${_blas} "-Wl,--end-group" ${_threads})
   else(UNIX AND BLA_STATIC)
     set(CMAKE_REQUIRED_LIBRARIES ${_flags} ${${LIBRARIES}} ${_blas} 
${_threads})
   endif(UNIX AND BLA_STATIC)

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

Summary of changes:
 Modules/FindLAPACK.cmake |    2 +-
 1 files changed, 1 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