Skip to content

Commit 1b80ecb

Browse files
authored
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.
1 parent 561306a commit 1b80ecb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,8 @@ set(qpid_dispatch_INCLUDES
129129
)
130130

131131
set(qpid_dispatch_LIBRARIES
132-
${Proton_Core_LIBRARIES}
133132
${Proton_Proactor_LIBRARIES}
133+
${Proton_Core_LIBRARIES}
134134
${CMAKE_THREAD_LIBS_INIT}
135135
${rt_lib}
136136
${CMAKE_DL_LIBS}

0 commit comments

Comments
 (0)