Merge pull request #2961

52c090b cmake: downgrade minimum required boost version to 1.58 (xiphon)
This commit is contained in:
luigi1111 2020-06-19 16:16:08 -05:00
commit 8f5053bd61
No known key found for this signature in database
GPG Key ID: F4ACA0183641E010

View File

@ -170,7 +170,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