Explorar el Código

Changed Boost version to 1.70

Rescheleit, Marius hace 5 años
padre
commit
06836b147e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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)