diff --git a/cmake/Hunter/config.cmake b/cmake/Hunter/config.cmake
index aee0a2606f9cb1b51020e2db1055c9f4d3491bc0..d2f8777487b47a60ecbf5880d5a50c3f68791b11 100644
--- a/cmake/Hunter/config.cmake
+++ b/cmake/Hunter/config.cmake
@@ -1 +1,5 @@
-hunter_config(Boost VERSION "1.70.0-p0")
+hunter_config(
+    Boost
+    VERSION  "1.70.0-p0"
+    CMAKE_ARGS IOSTREAMS_NO_BZIP2=1
+)