[Cmake-commits] CMake branch, master, updated. v3.1.0-552-g400af30
Brad King
brad.king at kitware.com
Tue Dec 23 08:53:47 EST 2014
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".
The branch, master has been updated
via 400af305efb009e5274f1122dc0d596fb6781f69 (commit)
via 1b28e3b28b86de40ceb6d402b6f41f30eb0c8b59 (commit)
from 7a2d1cd6d4c1c8759078d2f9e26a930d5e353c88 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=400af305efb009e5274f1122dc0d596fb6781f69
commit 400af305efb009e5274f1122dc0d596fb6781f69
Merge: 7a2d1cd 1b28e3b
Author: Brad King <brad.king at kitware.com>
AuthorDate: Tue Dec 23 08:53:45 2014 -0500
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Dec 23 08:53:45 2014 -0500
Merge topic 'add-FindGSL'
1b28e3b2 FindGSL: Add module to find the GNU Scientific Library
-----------------------------------------------------------------------
Summary of changes:
Help/manual/cmake-modules.7.rst | 1 +
Help/module/FindGSL.rst | 1 +
Help/release/dev/add-FindGSL.rst | 5 +
Modules/FindGSL.cmake | 238 ++++++++++++++++++++++++++++++++++++++
Tests/CMakeLists.txt | 4 +
Tests/FindGSL/CMakeLists.txt | 9 ++
Tests/FindGSL/rng/CMakeLists.txt | 14 +++
Tests/FindGSL/rng/main.cc | 24 ++++
8 files changed, 296 insertions(+)
create mode 100644 Help/module/FindGSL.rst
create mode 100644 Help/release/dev/add-FindGSL.rst
create mode 100644 Modules/FindGSL.cmake
create mode 100644 Tests/FindGSL/CMakeLists.txt
create mode 100644 Tests/FindGSL/rng/CMakeLists.txt
create mode 100644 Tests/FindGSL/rng/main.cc
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list