diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2020-06-19 16:16:08 -0500 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2020-06-19 16:16:08 -0500 |
| commit | 8f5053bd61d06dcd1ad261c1b4569f158d9fcd3a (patch) | |
| tree | 206dd88d4ff18f0c9275d35313371156430c5d8d | |
| parent | 92b0a115f40d9469c5c3c49d231e26cb5ea9b00a (diff) | |
| parent | 52c090b82f21ac7d87cea161d955ac0ff808477f (diff) | |
| download | monzero-gui-8f5053bd61d06dcd1ad261c1b4569f158d9fcd3a.tar.gz monzero-gui-8f5053bd61d06dcd1ad261c1b4569f158d9fcd3a.tar.xz monzero-gui-8f5053bd61d06dcd1ad261c1b4569f158d9fcd3a.zip | |
Merge pull request #2961
52c090b cmake: downgrade minimum required boost version to 1.58 (xiphon)
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 5fd37d60..484fd9c1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 |
