From cca66470bee1d29def15bd85caeb0a6fac8e188b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eberhard=20Gr=C3=A4ther?= Date: Mon, 25 Nov 2019 17:47:33 +0100 Subject: [PATCH] build: Downgraded Boost to 1.67 (#775) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d75b42c9..fbfd1bcf 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -102,7 +102,7 @@ set(Boost_USE_MULTITHREAD ON) set(Boost_USE_STATIC_LIBS ON CACHE BOOL "Set to ON to force the use of the static libraries.") set(Boost_USE_STATIC_RUNTIME OFF) -find_package(Boost 1.68 COMPONENTS system program_options filesystem date_time REQUIRED) +find_package(Boost 1.67 COMPONENTS system program_options filesystem date_time REQUIRED) # Qt ---------------------------------------------------------------------------