summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierrick Koch <pierrick.koch@gmail.com>2016-04-04 16:35:50 +0200
committerBrad King <brad.king@kitware.com>2016-04-05 09:52:43 -0400
commit2308764b476d6f6c399fe6a22bb0545d511bdbb1 (patch)
treea8e266eabbc60fd418cff6fc9524d8b4c476a339
parent64130a7e793483e24c1d68bdd234f81d5edb2d51 (diff)
downloadcmake-2308764b476d6f6c399fe6a22bb0545d511bdbb1.tar.gz
FindGSL: Fix typo in documentation
s/GSL_CLBAS_LIBRARY/GSL_CBLAS_LIBRARY/
-rw-r--r--Modules/FindGSL.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/FindGSL.cmake b/Modules/FindGSL.cmake
index ef125c061a..9318a7d492 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.