Merge topic 'add-FindGSL'

1b28e3b2 FindGSL: Add module to find the GNU Scientific Library
This commit is contained in:
Brad King
2014-12-23 08:53:45 -05:00
committed by CMake Topic Stage
8 changed files with 296 additions and 0 deletions
+1
View File
@@ -108,6 +108,7 @@ All Modules
/module/FindGLUT
/module/FindGnuplot
/module/FindGnuTLS
/module/FindGSL
/module/FindGTest
/module/FindGTK2
/module/FindGTK
+1
View File
@@ -0,0 +1 @@
.. cmake-module:: ../../Modules/FindGSL.cmake
+5
View File
@@ -0,0 +1,5 @@
add-FindGSL
-----------
* A :module:`FindGSL` module was introduced to find the
GNU Scientific Library.