diff options
Diffstat (limited to 'cmake/Hunter/config.cmake')
-rw-r--r-- | cmake/Hunter/config.cmake | 5 |
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 +) |