Skip to content

Commit

Permalink
Fix some broken deps
Browse files Browse the repository at this point in the history
  • Loading branch information
asl committed Dec 24, 2024
1 parent 0e79a76 commit 3132f28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/common/modules/path_extend/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ add_library(path_extend STATIC
scaffolder2015/connection_condition2015.cpp
scaffolder2015/path_polisher.cpp)

target_link_libraries(path_extend assembly_graph ssw configs)
target_link_libraries(path_extend modules assembly_graph ssw configs)


2 changes: 1 addition & 1 deletion src/projects/hpcspades/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ add_subdirectory(mpi)
add_library(spades-stages-hpc STATIC distance_estimation_mpi.cpp)

set(HPCSPADES_SRC pipeline.cpp ../../projects/spades/series_analysis.cpp ../../projects/mts/contig_abundance.cpp)
set(HPCSPADES_LIB spades-stages-hpc spades-stages graphio common_modules paired_info_mpi stages-mpi alignment_mpi pipeline_mpi utils_mpi ${COMMON_LIBRARIES})
set(HPCSPADES_LIB spades-stages-hpc spades-stages paired_info_mpi stages-mpi alignment_mpi pipeline_mpi utils_mpi graphio common_modules ${COMMON_LIBRARIES})

add_executable(spades-hpc main_mpi.cpp ${HPCSPADES_SRC})

Expand Down

0 comments on commit 3132f28

Please sign in to comment.