FindGSL: Fix typo in documentation

s/GSL_CLBAS_LIBRARY/GSL_CBLAS_LIBRARY/
This commit is contained in:
Pierrick Koch 2016-04-04 16:35:50 +02:00 committed by Brad King
parent 64130a7e79
commit 2308764b47
1 changed files with 1 additions and 1 deletions

View File

@ -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.