Skip to content

Commit

Permalink
order
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob Patro committed Feb 24, 2023
1 parent 45a9e24 commit 332e51f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -814,7 +814,7 @@ if (NOT LIBSTADENIO_FOUND)
endif()

set(FETCHED_STADEN TRUE)
set(STADEN_LIBRARIES "${GAT_SOURCE_DIR}/external/install/lib/libhtscodecs.a;${GAT_SOURCE_DIR}/external/install/lib/libstaden-read.a")
set(STADEN_LIBRARIES "${GAT_SOURCE_DIR}/external/install/lib/libstaden-read.a;${GAT_SOURCE_DIR}/external/install/lib/libhtscodecs.a")
endif()

if (ASAN_BUILD)
Expand Down
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@ target_link_libraries(salmon
${CURL_LIBRARIES}
${ZLIB_LIBRARY}
m
${STADEN_LIBRARIES}
${LIBLZMA_LIBRARIES}
${BZIP2_LIBRARIES}
${LIBSALMON_LINKER_FLAGS}
Expand All @@ -254,7 +255,6 @@ target_link_libraries(salmon
${FAST_MALLOC_LIB}
TBB::tbb
TBB::tbbmalloc
${STADEN_LIBRARIES}
${LIBRT}
${CMAKE_DL_LIBS}
)
Expand Down

0 comments on commit 332e51f

Please sign in to comment.