From 52c090b82f21ac7d87cea161d955ac0ff808477f Mon Sep 17 00:00:00 2001 From: xiphon Date: Sun, 14 Jun 2020 12:30:40 +0000 Subject: [PATCH] cmake: downgrade minimum required boost version to 1.58 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1fe5528e..39ef7c3b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -166,7 +166,7 @@ message(STATUS "libhidapi: libraries at ${HIDAPI_LIBRARIES}") if(DEBUG) set(Boost_DEBUG ON) endif() -find_package(Boost 1.62 REQUIRED COMPONENTS +find_package(Boost 1.58 REQUIRED COMPONENTS system filesystem thread