mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-02-02 03:06:26 +00:00
Merge pull request #2961
52c090b
cmake: downgrade minimum required boost version to 1.58 (xiphon)
This commit is contained in:
commit
8f5053bd61
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue