From 02b3e69fd3b0c9d799964b67b97a6fe99dc60ee2 Mon Sep 17 00:00:00 2001 From: Rob Patro Date: Sat, 4 Jul 2020 00:44:06 -0400 Subject: [PATCH] add librt to end --- src/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index e0309ec76..f635d344c 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -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 ) @@ -239,8 +239,8 @@ target_link_libraries(unitTests ${TBB_LIBRARIES} ${LIBSALMON_LINKER_FLAGS} ${NON_APPLECLANG_LIBS} - ${LIBRT} ${ASAN_LIB} + ${LIBRT} ${CMAKE_DL_LIBS} #ubsan )