jiridanek commented on a change in pull request #312:
URL: https://github.com/apache/qpid-proton/pull/312#discussion_r632678211
##########
File path: c/CMakeLists.txt
##########
@@ -456,6 +458,9 @@ if (qpid-proton-proactor)
add_library (qpid-proton-proactor-static STATIC ${qpid-proton-proactor})
target_compile_definitions(qpid-proton-proactor-static PUBLIC
PROTON_DECLARE_STATIC)
target_link_libraries (qpid-proton-proactor-static ${PLATFORM_LIBS}
${PROACTOR_LIBS})
+ set_target_properties(qpid-proton-proactor-static PROPERTIES
+ POSITION_INDEPENDENT_CODE ON)
+ set(TARTET_qpid-proton-proactor-static qpid-proton-proactor-static)
Review comment:
;P thanks, at least I am consistent
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]