summaryrefslogtreecommitdiffstats
path: root/cmake/Hunter/config.cmake
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2020-01-24 17:35:49 +0100
committerNicolas Werner <nicolas.werner@hotmail.de>2020-01-26 16:38:31 +0100
commitd8263265e6de69c5082f5cca487335fbbc6fe0bf (patch)
treeafc9dca4eb98be8754a8d2cf9dedc2ad686cd8b3 /cmake/Hunter/config.cmake
parent73cf7b239b6ebbc720c9b9911fbf3f0fc183a949 (diff)
Use hunter for bundled dependencies
Diffstat (limited to 'cmake/Hunter/config.cmake')
-rw-r--r--cmake/Hunter/config.cmake5
1 files changed, 5 insertions, 0 deletions
diff --git a/cmake/Hunter/config.cmake b/cmake/Hunter/config.cmake
new file mode 100644
index 00000000..d2f87774
--- /dev/null
+++ b/cmake/Hunter/config.cmake
@@ -0,0 +1,5 @@
+hunter_config(
+ Boost
+ VERSION "1.70.0-p0"
+ CMAKE_ARGS IOSTREAMS_NO_BZIP2=1
+)