Skip to content

Commit

Permalink
try changing linker order
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Patro committed Sep 6, 2019
1 parent 2cf53af commit 138e8f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,7 @@ add_executable(unitTests ${UNIT_TESTS_SRCS})
# Link the executable
target_link_libraries(salmon
Threads::Threads
puffer
salmon_core
twopaco
graphdump
Expand All @@ -252,7 +253,6 @@ target_link_libraries(salmon
## PUFF_INTEGRATION
Iconv::Iconv
alevin_core
puffer
${CMAKE_DL_LIBS}
#asan
#ubsan
Expand Down

0 comments on commit 138e8f4

Please sign in to comment.