cmake: downgrade minimum required boost version to 1.58

This commit is contained in:
xiphon 2020-06-14 12:30:40 +00:00 committed by GitHub
parent 4141832a4d
commit 52c090b82f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -166,7 +166,7 @@ message(STATUS "libhidapi: libraries at ${HIDAPI_LIBRARIES}")
if(DEBUG) if(DEBUG)
set(Boost_DEBUG ON) set(Boost_DEBUG ON)
endif() endif()
find_package(Boost 1.62 REQUIRED COMPONENTS find_package(Boost 1.58 REQUIRED COMPONENTS
system system
filesystem filesystem
thread thread