From 87e8af631b90e778a70d73464eaf8ce1df15c13a Mon Sep 17 00:00:00 2001
From: Nicolas Werner <nicolas.werner@hotmail.de>
Date: Sat, 18 Jan 2020 12:52:48 +0100
Subject: [PATCH] Disable bzip2 in bundled boost

---
 cmake/Hunter/config.cmake | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/cmake/Hunter/config.cmake b/cmake/Hunter/config.cmake
index aee0a2606..d2f877748 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
+)
-- 
GitLab