Repository: qpid-cpp Updated Branches: refs/heads/master 5f5790e7c -> d092e5295
QPID-7581: update check for proton version to avoid warnings with 0.16.0 release Project: http://git-wip-us.apache.org/repos/asf/qpid-cpp/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-cpp/commit/d092e529 Tree: http://git-wip-us.apache.org/repos/asf/qpid-cpp/tree/d092e529 Diff: http://git-wip-us.apache.org/repos/asf/qpid-cpp/diff/d092e529 Branch: refs/heads/master Commit: d092e5295cda5d0932eefba2fce9948fffc8d5e4 Parents: 5f5790e Author: Robert Gemmell <[email protected]> Authored: Thu Dec 8 14:33:24 2016 +0000 Committer: Robert Gemmell <[email protected]> Committed: Thu Dec 8 14:33:24 2016 +0000 ---------------------------------------------------------------------- src/amqp.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-cpp/blob/d092e529/src/amqp.cmake ---------------------------------------------------------------------- diff --git a/src/amqp.cmake b/src/amqp.cmake index 382e57c..c445bde 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.14) +set (maximum_version 0.16) 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: [email protected] For additional commands, e-mail: [email protected]
