Parcourir la source

set boost version requirement

Nicolas Winkler il y a 5 ans
Parent
commit
51261d05f6
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      libmandel/CMakeLists.txt

+ 1 - 1
libmandel/CMakeLists.txt

@@ -10,7 +10,7 @@ find_package(OpenCL)
 find_package(OpenMP)
 #set(Boost_DEBUG 1)
 set(Boost_USE_STATIC_LIBS ON)
-find_package(Boost 1.53 REQUIRED)
+find_package(Boost 1.65 REQUIRED)
 
 
 set(CMAKE_CXX_STANDARD 17)