-
Type:
Task
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: C++ Broker, C++ Client
-
Labels:None
When building against the released Proton 0.17.0, the qpid-cpp master currently logs out:
-- Found Proton: optimized;/usr/lib64/libqpid-proton.so;debug;/usr/lib64/libqpid-proton.so (found version "0.17.0") CMake Warning at src/amqp.cmake:28 (message): Qpid proton 0.17.0 is not a tested version and might not be compatible, 0.16 is highest tested; build may not work
That is because 0.16 was the latest available when qpid-cpp 1.36.0 went out. We should update this check for 1.37.0 so that using it with Proton 0.17.0 does not generate a warning.