summaryrefslogtreecommitdiffstats
path: root/Modules/FindGSL.cmake
diff options
context:
space:
mode:
authorPierrick Koch <pierrick.koch@gmail.com>2016-04-04 14:35:50 (GMT)
committerBrad King <brad.king@kitware.com>2016-04-05 13:52:43 (GMT)
commit2308764b476d6f6c399fe6a22bb0545d511bdbb1 (patch)
treea8e266eabbc60fd418cff6fc9524d8b4c476a339 /Modules/FindGSL.cmake
parent64130a7e793483e24c1d68bdd234f81d5edb2d51 (diff)
downloadCMake-2308764b476d6f6c399fe6a22bb0545d511bdbb1.zip
CMake-2308764b476d6f6c399fe6a22bb0545d511bdbb1.tar.gz
CMake-2308764b476d6f6c399fe6a22bb0545d511bdbb1.tar.bz2
FindGSL: Fix typo in documentation
s/GSL_CLBAS_LIBRARY/GSL_CBLAS_LIBRARY/
Diffstat (limited to 'Modules/FindGSL.cmake')
-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.