Skip to content

Commit b700dfc

Browse files
src/radmeth/CMakeLists.txt and src/amrfinder/CMakeLists.txt: adding link to Threads::Threads at the point the threads are needed
1 parent 253a870 commit b700dfc

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/amrfinder/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,5 @@ target_link_libraries(dnmtools_amrfinder_objs PUBLIC
4545
${LIBRARY_OBJECTS}
4646
smithlab_cpp
4747
bamxx
48+
Threads::Threads
4849
)

src/radmeth/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,5 @@ target_link_libraries(dnmtools_radmeth_objs PUBLIC
4545
${LIBRARY_OBJECTS}
4646
smithlab_cpp
4747
bamxx
48+
Threads::Threads
4849
)

0 commit comments

Comments
 (0)