Skip to content

Commit

Permalink
build htslib with libdeflate
Browse files Browse the repository at this point in the history
  • Loading branch information
iiSeymour committed Oct 23, 2024
1 parent eae3c77 commit 7797747
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/Htslib.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ if(NOT TARGET htslib) # lazy include guard
BUILD_IN_SOURCE 1
CONFIGURE_COMMAND ${AUTOHEADER_COMMAND}
COMMAND ${AUTOCONF_COMMAND}
COMMAND ./configure --disable-bz2 --disable-lzma --disable-libcurl --disable-s3 --disable-gcs ${CONFIGURE_FLAGS}
COMMAND ./configure --disable-bz2 --disable-lzma --disable-libcurl --disable-s3 --disable-gcs --without-libdeflate ${CONFIGURE_FLAGS}
BUILD_COMMAND ${MAKE_COMMAND} install prefix=${htslib_PREFIX}
COMMAND ${INSTALL_NAME}
INSTALL_COMMAND ""
Expand Down

0 comments on commit 7797747

Please sign in to comment.