Author: astitcher
Date: Fri May 2 17:38:41 2014
New Revision: 1591983
URL: http://svn.apache.org/r1591983
Log:
QPID-5741: No longer warn when building Qpid with Proton 0.7
Modified:
qpid/branches/0.28/qpid/cpp/src/amqp.cmake
Modified: qpid/branches/0.28/qpid/cpp/src/amqp.cmake
URL:
http://svn.apache.org/viewvc/qpid/branches/0.28/qpid/cpp/src/amqp.cmake?rev=1591983&r1=1591982&r2=1591983&view=diff
==============================================================================
--- qpid/branches/0.28/qpid/cpp/src/amqp.cmake (original)
+++ qpid/branches/0.28/qpid/cpp/src/amqp.cmake Fri May 2 17:38:41 2014
@@ -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")
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]