diff --git a/cmake/configure_boost.cmake b/cmake/configure_boost.cmake index 82c23a90..a8115617 100644 --- a/cmake/configure_boost.cmake +++ b/cmake/configure_boost.cmake @@ -1,4 +1,4 @@ set(Boost_NO_SYSTEM_PATHS ON) macro(configure_boost) - set(BOOST_MIN_VERSION "1.84.0") + set(BOOST_MIN_VERSION "1.74.0...1.84.0") endmacro()