summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2016-04-06 13:29:56 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2016-04-06 13:29:56 (GMT)
commit0a628f007d0129f56696b1c4fddc206c007a2efd (patch)
tree84654964913ddafc4cda5cd54c16055e3e68f927 /Modules
parent87dddf053ae61e57e7a519a47a512b2248460dd2 (diff)
parent2308764b476d6f6c399fe6a22bb0545d511bdbb1 (diff)
downloadCMake-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.cmake2
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.