summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Stitcher <astitcher@apache.org>2014-05-02 17:38:41 +0000
committerAndrew Stitcher <astitcher@apache.org>2014-05-02 17:38:41 +0000
commit877360fb59869b49649c5ba32609bddb3cb67de2 (patch)
treec021c0a6fc5dcfed0621ab3c417ddb1e74f397cd
parent9cec962219fafcdd7d95b63c748103bbdf860fdf (diff)
downloadqpid-python-877360fb59869b49649c5ba32609bddb3cb67de2.tar.gz
QPID-5741: No longer warn when building Qpid with Proton 0.7
git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.28@1591983 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--qpid/cpp/src/amqp.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/amqp.cmake b/qpid/cpp/src/amqp.cmake
index d1ff184a64..844fbd9e01 100644
--- a/qpid/cpp/src/amqp.cmake
+++ b/qpid/cpp/src/amqp.cmake
@@ -22,7 +22,7 @@
find_package(Proton 0.5)
set (amqp_default ${amqp_force})
-set (maximum_version 0.6)
+set (maximum_version 0.7)
if (Proton_FOUND)
if (Proton_VERSION GREATER ${maximum_version})
message(WARNING "Qpid proton ${Proton_VERSION} is not a tested version and might not be compatible, ${maximum_version} is highest tested; build may not work")