summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2015-01-16 19:11:38 (GMT)
committerBrad King <brad.king@kitware.com>2015-01-19 14:34:03 (GMT)
commit0aebeb9c84086b19c56a3ced5c95c60063ab37e2 (patch)
treea4db2166cabd84853f9c7487c0fe875f59316b38 /Help
parent287070ceb8eda82cf58595c9ea2dde57b0d6d45e (diff)
downloadCMake-0aebeb9c84086b19c56a3ced5c95c60063ab37e2.zip
CMake-0aebeb9c84086b19c56a3ced5c95c60063ab37e2.tar.gz
CMake-0aebeb9c84086b19c56a3ced5c95c60063ab37e2.tar.bz2
FindJsonCpp: Add module to find JsonCpp package
Diffstat (limited to 'Help')
-rw-r--r--Help/manual/cmake-modules.7.rst1
-rw-r--r--Help/module/FindJsonCpp.rst1
-rw-r--r--Help/release/dev/add-FindJsonCpp.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 5196485..0a0ca23 100644
--- a/Help/manual/cmake-modules.7.rst
+++ b/Help/manual/cmake-modules.7.rst
@@ -125,6 +125,7 @@ All Modules
/module/FindJava
/module/FindJNI
/module/FindJPEG
+ /module/FindJsonCpp
/module/FindKDE3
/module/FindKDE4
/module/FindLAPACK
diff --git a/Help/module/FindJsonCpp.rst b/Help/module/FindJsonCpp.rst
new file mode 100644
index 0000000..ba87ece
--- /dev/null
+++ b/Help/module/FindJsonCpp.rst
@@ -0,0 +1 @@
+.. cmake-module:: ../../Modules/FindJsonCpp.cmake
diff --git a/Help/release/dev/add-FindJsonCpp.rst b/Help/release/dev/add-FindJsonCpp.rst
new file mode 100644
index 0000000..5d1cb18
--- /dev/null
+++ b/Help/release/dev/add-FindJsonCpp.rst
@@ -0,0 +1,5 @@
+add-FindJsonCpp
+---------------
+
+* A :module:`FindJsonCpp` module was introduced to find the
+ JsonCpp package.