[Cmake-commits] CMake branch, next, updated. v3.5.1-818-g42c8dec

Brad King brad.king at kitware.com
Tue Apr 5 09:53:09 EDT 2016


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  42c8dec332620edce95b558c57173ad1c04fb340 (commit)
       via  2308764b476d6f6c399fe6a22bb0545d511bdbb1 (commit)
      from  576f741379fcd9201791204619ad01d13c908903 (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 -----------------------------------------------------------------
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=42c8dec332620edce95b558c57173ad1c04fb340
commit 42c8dec332620edce95b558c57173ad1c04fb340
Merge: 576f741 2308764
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Apr 5 09:53:08 2016 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Apr 5 09:53:08 2016 -0400

    Merge topic 'FindGSL-doc-typo' into next
    
    2308764b FindGSL: Fix typo in documentation


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=2308764b476d6f6c399fe6a22bb0545d511bdbb1
commit 2308764b476d6f6c399fe6a22bb0545d511bdbb1
Author:     Pierrick Koch <pierrick.koch at gmail.com>
AuthorDate: Mon Apr 4 16:35:50 2016 +0200
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Tue Apr 5 09:52:43 2016 -0400

    FindGSL: Fix typo in documentation
    
    s/GSL_CLBAS_LIBRARY/GSL_CBLAS_LIBRARY/

diff --git a/Modules/FindGSL.cmake b/Modules/FindGSL.cmake
index ef125c0..9318a7d 100644
--- a/Modules/FindGSL.cmake
+++ b/Modules/FindGSL.cmake
@@ -45,7 +45,7 @@
 # of GSL installation discovered.  These variables may optionally be set to
 # help this module find the correct files::
 #
-#  GSL_CLBAS_LIBRARY       - Location of the GSL CBLAS library.
+#  GSL_CBLAS_LIBRARY       - Location of the GSL CBLAS library.
 #  GSL_CBLAS_LIBRARY_DEBUG - Location of the debug GSL CBLAS library (if any).
 #  GSL_CONFIG_EXECUTABLE   - Location of the ``gsl-config`` script (if any).
 #  GSL_LIBRARY             - Location of the GSL library.

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

Summary of changes:
 Modules/FindGSL.cmake |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list