diff options
| author | xiphon <xiphon@protonmail.com> | 2020-06-14 12:30:40 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-14 12:30:40 +0000 |
| commit | 52c090b82f21ac7d87cea161d955ac0ff808477f (patch) | |
| tree | 5a9241f29f48a84007ca573ed937a9c4210462f0 | |
| parent | 4141832a4d948d7a85cf53c35c167b88a2441219 (diff) | |
| download | monzero-gui-52c090b82f21ac7d87cea161d955ac0ff808477f.tar.gz monzero-gui-52c090b82f21ac7d87cea161d955ac0ff808477f.tar.xz monzero-gui-52c090b82f21ac7d87cea161d955ac0ff808477f.zip | |
cmake: downgrade minimum required boost version to 1.58
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
