This is an automated email from the ASF dual-hosted git repository.

jdanek pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git


The following commit(s) were added to refs/heads/main by this push:
     new 1b80ecb  DISPATCH-2121 Fix Proton link order for use with static libs 
(#1217)
1b80ecb is described below

commit 1b80ecbd2339110533f6e5959e34fbe95877aa43
Author: Jiri Daněk <jda...@redhat.com>
AuthorDate: Tue May 18 18:55:08 2021 +0200

    DISPATCH-2121 Fix Proton link order for use with static libs (#1217)
    
    This is something that can be workarounded, but for the future,
    it is nice to have the order correct in Dispatch.
---
 src/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 3c0f61f..724a877 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -129,8 +129,8 @@ set(qpid_dispatch_INCLUDES
   )
 
 set(qpid_dispatch_LIBRARIES
-  ${Proton_Core_LIBRARIES}
   ${Proton_Proactor_LIBRARIES}
+  ${Proton_Core_LIBRARIES}
   ${CMAKE_THREAD_LIBS_INIT}
   ${rt_lib}
   ${CMAKE_DL_LIBS}

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org
For additional commands, e-mail: commits-h...@qpid.apache.org

Reply via email to