[Cmake-commits] CMake branch, next, updated. v3.1.0-2045-gd875307
Brad King
brad.king at kitware.com
Fri Jan 16 15:30:41 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, next has been updated
via d875307328b9b04481d9e3466449ef31493dfc41 (commit)
via 4bff21c3d53e0a8197c0654e9d5e5cbbc9668a69 (commit)
from d7952dc486a91974f61b00248e54ffe7b61afb6c (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=d875307328b9b04481d9e3466449ef31493dfc41
commit d875307328b9b04481d9e3466449ef31493dfc41
Merge: d7952dc 4bff21c
Author: Brad King <brad.king at kitware.com>
AuthorDate: Fri Jan 16 15:30:40 2015 -0500
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Fri Jan 16 15:30:40 2015 -0500
Merge topic 'add-FindJsonCpp' into next
4bff21c3 FindJsonCpp: Fix test to use <> for includes
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=4bff21c3d53e0a8197c0654e9d5e5cbbc9668a69
commit 4bff21c3d53e0a8197c0654e9d5e5cbbc9668a69
Author: Brad King <brad.king at kitware.com>
AuthorDate: Fri Jan 16 15:30:23 2015 -0500
Commit: Brad King <brad.king at kitware.com>
CommitDate: Fri Jan 16 15:30:23 2015 -0500
FindJsonCpp: Fix test to use <> for includes
diff --git a/Tests/FindJsonCpp/Test/main.cxx b/Tests/FindJsonCpp/Test/main.cxx
index 3606660..0fefe32 100644
--- a/Tests/FindJsonCpp/Test/main.cxx
+++ b/Tests/FindJsonCpp/Test/main.cxx
@@ -1,4 +1,4 @@
-#include "json/json.h"
+#include <json/json.h>
int main()
{
-----------------------------------------------------------------------
Summary of changes:
Tests/FindJsonCpp/Test/main.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list