Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
proton-c-0.33.0
-
None
Description
Building with -DPROACTOR=none fails on:
CMake Error at c/CMakeLists.txt:481 (add_library):
Error evaluating generator expression:
$<TARGET_OBJECTS:qpid-proton-proactor-objects>
Objects of target "qpid-proton-proactor-objects" referenced but no such
target exists.
It should also be noted that libqpid-proton-cpp also assumes that a proactor is always available (e.g. pn_connection_wake is unconditionally used in ./cpp/src/connection.cpp).