You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ro...@apache.org on 2017/11/02 17:02:39 UTC

qpid-cpp git commit: QPID-7712: update check for proton version to avoid warnings with 0.18.1

Repository: qpid-cpp
Updated Branches:
  refs/heads/master 278723507 -> 1a44364f3


QPID-7712: update check for proton version to avoid warnings with 0.18.1


Project: http://git-wip-us.apache.org/repos/asf/qpid-cpp/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-cpp/commit/1a44364f
Tree: http://git-wip-us.apache.org/repos/asf/qpid-cpp/tree/1a44364f
Diff: http://git-wip-us.apache.org/repos/asf/qpid-cpp/diff/1a44364f

Branch: refs/heads/master
Commit: 1a44364f30e5941f09372383ce46c1c36fd15859
Parents: 2787235
Author: Robbie Gemmell <ro...@apache.org>
Authored: Thu Nov 2 17:00:49 2017 +0000
Committer: Robbie Gemmell <ro...@apache.org>
Committed: Thu Nov 2 17:00:49 2017 +0000

----------------------------------------------------------------------
 src/amqp.cmake | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-cpp/blob/1a44364f/src/amqp.cmake
----------------------------------------------------------------------
diff --git a/src/amqp.cmake b/src/amqp.cmake
index 305bc9d..0488340 100644
--- a/src/amqp.cmake
+++ b/src/amqp.cmake
@@ -22,7 +22,7 @@
 find_package(Proton 0.7)
 
 set (amqp_default ${amqp_force})
-set (maximum_version 0.18)
+set (maximum_version 0.18.1)
 if (Proton_FOUND)
     if (Proton_VERSION 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")


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org