[Cmake-commits] CMake branch, master, updated. v3.1.0-848-g5803ae3
Brad King
brad.king at kitware.com
Mon Jan 19 09:43:14 EST 2015
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 5803ae3e88e922c06ce835eb7bdcb5c584420453 (commit)
via 0aebeb9c84086b19c56a3ced5c95c60063ab37e2 (commit)
from 373199b1c922c6897e007fc1c8fa684aa1a8f707 (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=5803ae3e88e922c06ce835eb7bdcb5c584420453
commit 5803ae3e88e922c06ce835eb7bdcb5c584420453
Merge: 373199b 0aebeb9
Author: Brad King <brad.king at kitware.com>
AuthorDate: Mon Jan 19 09:43:12 2015 -0500
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Jan 19 09:43:12 2015 -0500
Merge topic 'add-FindJsonCpp'
0aebeb9c FindJsonCpp: Add module to find JsonCpp package
-----------------------------------------------------------------------
Summary of changes:
Help/manual/cmake-modules.7.rst | 1 +
Help/module/FindJsonCpp.rst | 1 +
Help/release/dev/add-FindJsonCpp.rst | 5 ++
Modules/FindJsonCpp.cmake | 117 +++++++++++++++++++++++++++++++++
Tests/CMakeLists.txt | 3 +
Tests/FindJsonCpp/CMakeLists.txt | 10 +++
Tests/FindJsonCpp/Test/CMakeLists.txt | 14 ++++
Tests/FindJsonCpp/Test/main.cxx | 8 +++
8 files changed, 159 insertions(+)
create mode 100644 Help/module/FindJsonCpp.rst
create mode 100644 Help/release/dev/add-FindJsonCpp.rst
create mode 100644 Modules/FindJsonCpp.cmake
create mode 100644 Tests/FindJsonCpp/CMakeLists.txt
create mode 100644 Tests/FindJsonCpp/Test/CMakeLists.txt
create mode 100644 Tests/FindJsonCpp/Test/main.cxx
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list