Skip to content

Commit

Permalink
add librt to end
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob Patro committed Jul 4, 2020
1 parent 642dc19 commit 02b3e69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -210,13 +210,13 @@ target_link_libraries(salmon
${BZIP2_LIBRARIES}
${LIBSALMON_LINKER_FLAGS}
${NON_APPLECLANG_LIBS}
${LIBRT}
ksw2pp
## PUFF_INTEGRATION
alevin_core
${ASAN_LIB}
${FAST_MALLOC_LIB}
${TBB_LIBRARIES}
${LIBRT}
${CMAKE_DL_LIBS}
#ubsan
)
Expand All @@ -239,8 +239,8 @@ target_link_libraries(unitTests
${TBB_LIBRARIES}
${LIBSALMON_LINKER_FLAGS}
${NON_APPLECLANG_LIBS}
${LIBRT}
${ASAN_LIB}
${LIBRT}
${CMAKE_DL_LIBS}
#ubsan
)
Expand Down

0 comments on commit 02b3e69

Please sign in to comment.