Skip to content

Commit

Permalink
try explicitly ignoring libdeflate
Browse files Browse the repository at this point in the history
  • Loading branch information
jamorrison committed Jan 8, 2024
1 parent 8fcfec6 commit 9509365
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ if(APPLE)
mv -f ${htslib_base} htslib
SOURCE_DIR ${LIB_DIR}/htslib
INSTALL_DIR ${LIB_DIR}/install
CONFIGURE_COMMAND ${LIB_DIR}/htslib/configure --prefix=<INSTALL_DIR> --disable-bz2 --disable-lzma --disable-libcurl
CONFIGURE_COMMAND ${LIB_DIR}/htslib/configure --prefix=<INSTALL_DIR> --disable-bz2 --disable-lzma --disable-libcurl --without-libdeflate
BUILD_COMMAND make lib-static
INSTALL_COMMAND ""
BUILD_IN_SOURCE 1
Expand Down

0 comments on commit 9509365

Please sign in to comment.