diff options
author | Brad King <brad.king@kitware.com> | 2016-04-05 13:52:55 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2016-04-05 13:52:55 (GMT) |
commit | dff812cfcda98260e6c4caf0c3cc2f260ba22722 (patch) | |
tree | 655a113419ad75cf28879306a3a4ec741ff1eb54 | |
parent | 58a57105d04564a954256f8441809a4e33a3cb67 (diff) | |
parent | 2308764b476d6f6c399fe6a22bb0545d511bdbb1 (diff) | |
download | CMake-dff812cfcda98260e6c4caf0c3cc2f260ba22722.zip CMake-dff812cfcda98260e6c4caf0c3cc2f260ba22722.tar.gz CMake-dff812cfcda98260e6c4caf0c3cc2f260ba22722.tar.bz2 |
Merge branch 'FindGSL-doc-typo' into release
-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. |