Skip to content

Commit 0e8a565

Browse files
src/CMakeLists.txt: adding the dependency on Threads
1 parent 7105ccc commit 0e8a565

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
# this program. If not, see <https://www.gnu.org/licenses/>.
1515

1616
find_package(HTSLIB REQUIRED)
17+
find_package(Threads REQUIRED)
1718

1819
if(NOT TARGET bamxx)
1920
add_subdirectory(bamxx)
@@ -32,6 +33,7 @@ target_link_libraries(abismal_objs PUBLIC
3233
bamxx
3334
smithlab_cpp
3435
HTSLIB::HTSLIB
36+
Threads::Threads
3537
)
3638
# ADS: CMAKE_BINARY_DIR for config.h
3739
target_include_directories(abismal_objs PUBLIC

0 commit comments

Comments
 (0)