From 297def5ed3e0f543ab1c516c82f242d1015e775c Mon Sep 17 00:00:00 2001 From: Michael Legleux Date: Mon, 20 Dec 2021 21:50:17 -0800 Subject: [PATCH] Update boost max to 1.77 --- Builds/CMake/deps/FindBoost.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Builds/CMake/deps/FindBoost.cmake b/Builds/CMake/deps/FindBoost.cmake index b100f09ae..121e72641 100644 --- a/Builds/CMake/deps/FindBoost.cmake +++ b/Builds/CMake/deps/FindBoost.cmake @@ -969,7 +969,7 @@ function(_Boost_COMPONENT_DEPENDENCIES component _ret) set(_Boost_WAVE_DEPENDENCIES filesystem serialization thread chrono date_time atomic) set(_Boost_WSERIALIZATION_DEPENDENCIES serialization) endif() - if(NOT Boost_VERSION_STRING VERSION_LESS 1.71.0) + if(NOT Boost_VERSION_STRING VERSION_LESS 1.77.0) message(WARNING "New Boost version may have incorrect or missing dependencies and imported targets") endif() endif()