Browse Source

Changed Boost version to 1.70

Rescheleit, Marius 4 years ago
parent
commit
06836b147e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      daemon/CMakeLists.txt

+ 1 - 1
daemon/CMakeLists.txt

@@ -8,7 +8,7 @@ project(ccats)
 
 # dependencies used by server and tests
 find_package(Threads REQUIRED)
-find_package(Boost 1.67 REQUIRED COMPONENTS system filesystem)
+find_package(Boost 1.70 REQUIRED COMPONENTS system filesystem)
 find_package(Jsoncpp REQUIRED)
 
 include(src/CMakeLists.txt)