From 86b025007a4e1b6a9d5d3679e6625973f33b27f5 Mon Sep 17 00:00:00 2001 From: crypto-ape <43807588+crypto-ape@users.noreply.github.com> Date: Mon, 20 May 2019 14:59:30 +0200 Subject: [PATCH] Bumped Boost version --- CMakeModules/Boost/BoostConfig.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeModules/Boost/BoostConfig.cmake b/CMakeModules/Boost/BoostConfig.cmake index b0d9323..a5e01f2 100644 --- a/CMakeModules/Boost/BoostConfig.cmake +++ b/CMakeModules/Boost/BoostConfig.cmake @@ -1,9 +1,9 @@ # This overrides `find_package(Boost ... CONFIG ... )` calls -# - calls the CMAke's built-in `FindBoost.cmake` and adds `pthread` library dependency +# - calls the CMake's built-in `FindBoost.cmake` and adds `pthread` library dependency MESSAGE(STATUS "Using custom FindBoost config") -find_package(Boost 1.57 REQUIRED COMPONENTS ${Boost_FIND_COMPONENTS}) +find_package(Boost 1.58 REQUIRED COMPONENTS ${Boost_FIND_COMPONENTS}) # Inject `pthread` dependency to Boost if needed if (UNIX AND NOT CYGWIN)