diff options
author | Brad King <brad.king@kitware.com> | 2016-04-06 13:29:56 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2016-04-06 13:29:56 (GMT) |
commit | 0a628f007d0129f56696b1c4fddc206c007a2efd (patch) | |
tree | 84654964913ddafc4cda5cd54c16055e3e68f927 /Modules | |
parent | 87dddf053ae61e57e7a519a47a512b2248460dd2 (diff) | |
parent | 2308764b476d6f6c399fe6a22bb0545d511bdbb1 (diff) | |
download | CMake-0a628f007d0129f56696b1c4fddc206c007a2efd.zip CMake-0a628f007d0129f56696b1c4fddc206c007a2efd.tar.gz CMake-0a628f007d0129f56696b1c4fddc206c007a2efd.tar.bz2 |
Merge topic 'FindGSL-doc-typo'
2308764b FindGSL: Fix typo in documentation
Diffstat (limited to 'Modules')
-rw-r--r-- | Modules/FindGSL.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
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. |