mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-23 12:09:57 +00:00
cmake: downgrade minimum required boost version to 1.58
This commit is contained in:
parent
4141832a4d
commit
52c090b82f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue