summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorKelly Thompson <kgt@lanl.gov>2014-12-17 15:10:23 (GMT)
committerBrad King <brad.king@kitware.com>2014-12-17 15:59:48 (GMT)
commit1b28e3b28b86de40ceb6d402b6f41f30eb0c8b59 (patch)
treef2f4fdd4b9ce8347cf753828c5daa4855e5829a5 /Help
parentddd193fcddbf7e81ffcd51a6e51227342a78cc4e (diff)
downloadCMake-1b28e3b28b86de40ceb6d402b6f41f30eb0c8b59.zip
CMake-1b28e3b28b86de40ceb6d402b6f41f30eb0c8b59.tar.gz
CMake-1b28e3b28b86de40ceb6d402b6f41f30eb0c8b59.tar.bz2
FindGSL: Add module to find the GNU Scientific Library
Diffstat (limited to 'Help')
-rw-r--r--Help/manual/cmake-modules.7.rst1
-rw-r--r--Help/module/FindGSL.rst1
-rw-r--r--Help/release/dev/add-FindGSL.rst5
3 files changed, 7 insertions, 0 deletions
diff --git a/Help/manual/cmake-modules.7.rst b/Help/manual/cmake-modules.7.rst
index 8337118..5196485 100644
--- a/Help/manual/cmake-modules.7.rst
+++ b/Help/manual/cmake-modules.7.rst
@@ -108,6 +108,7 @@ All Modules
/module/FindGLUT
/module/FindGnuplot
/module/FindGnuTLS
+ /module/FindGSL
/module/FindGTest
/module/FindGTK2
/module/FindGTK
diff --git a/Help/module/FindGSL.rst b/Help/module/FindGSL.rst
new file mode 100644
index 0000000..baf2213
--- /dev/null
+++ b/Help/module/FindGSL.rst
@@ -0,0 +1 @@
+.. cmake-module:: ../../Modules/FindGSL.cmake
diff --git a/Help/release/dev/add-FindGSL.rst b/Help/release/dev/add-FindGSL.rst
new file mode 100644
index 0000000..47a0a25
--- /dev/null
+++ b/Help/release/dev/add-FindGSL.rst
@@ -0,0 +1,5 @@
+add-FindGSL
+-----------
+
+* A :module:`FindGSL` module was introduced to find the
+ GNU Scientific Library.