diff options
author | Kyle Edwards <kyle.edwards@kitware.com> | 2019-04-24 14:23:28 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2019-04-24 14:23:39 (GMT) |
commit | c3ef56795102516c2d5c86b5d90808e854cda514 (patch) | |
tree | cf936bd47f30935ce5f7a8222246ebe9d3e86c9a /Modules/FindGSL.cmake | |
parent | a7eb2877b87117fb02ae4d3b730361defca4a96d (diff) | |
parent | cb811d11cee1e2873cc2bf506cd081769e894ac3 (diff) | |
download | CMake-c3ef56795102516c2d5c86b5d90808e854cda514.zip CMake-c3ef56795102516c2d5c86b5d90808e854cda514.tar.gz CMake-c3ef56795102516c2d5c86b5d90808e854cda514.tar.bz2 |
Merge topic 'update-documentation'
cb811d11ce Help: Improve description of modules
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !3222
Diffstat (limited to 'Modules/FindGSL.cmake')
-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 db05121..da1b3c4 100644 --- a/Modules/FindGSL.cmake +++ b/Modules/FindGSL.cmake @@ -5,7 +5,7 @@ FindGSL -------- -Find the native GSL includes and libraries. +Find the native GNU Scientific Library (GSL) includes and libraries. The GNU Scientific Library (GSL) is a numerical library for C and C++ programmers. It is free software under the GNU General Public |