[Cmake-commits] CMake branch, next, updated. v2.8.7-2556-g805cf9f

Alexey Ozeritsky aozeritsky at gmail.com
Fri Feb 10 15:52: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  805cf9fc9a54561b2a148cfb07d98f48c044c6e6 (commit)
       via  3bb87347d7d5c0410e7188124fb555eb6ca8f6e5 (commit)
      from  c545412afaf6f28bcb9e9dd31d96dcd9e27ff5fc (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=805cf9fc9a54561b2a148cfb07d98f48c044c6e6
commit 805cf9fc9a54561b2a148cfb07d98f48c044c6e6
Merge: c545412 3bb8734
Author:     Alexey Ozeritsky <aozeritsky at gmail.com>
AuthorDate: Fri Feb 10 15:52:25 2012 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Fri Feb 10 15:52:25 2012 -0500

    Merge topic 'findblas-bugs' into next
    
    3bb8734 FindBLAS: "Unknown arguments specified" fixed


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=3bb87347d7d5c0410e7188124fb555eb6ca8f6e5
commit 3bb87347d7d5c0410e7188124fb555eb6ca8f6e5
Author:     Alexey Ozeritsky <aozeritsky at gmail.com>
AuthorDate: Sat Feb 11 00:49:45 2012 +0400
Commit:     Alexey Ozeritsky <aozeritsky at gmail.com>
CommitDate: Sat Feb 11 00:49:45 2012 +0400

    FindBLAS: "Unknown arguments specified" fixed

diff --git a/Modules/FindBLAS.cmake b/Modules/FindBLAS.cmake
index 4efb6ec..919358a 100644
--- a/Modules/FindBLAS.cmake
+++ b/Modules/FindBLAS.cmake
@@ -543,7 +543,7 @@ if (BLA_VENDOR MATCHES "Intel*" OR BLA_VENDOR STREQUAL "All")
 
   foreach (SEARCH_LIBS ${BLAS_SEARCH_LIBS})
     string(REPLACE " " ";" SEARCH_LIBS ${SEARCH_LIBS})
-    if (${${_LIBRARIES}})
+    if (${_LIBRARIES})
     else ()
       check_fortran_libraries(
         ${_LIBRARIES}

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

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


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list