Browse Source

set boost version requirement

Nicolas Winkler 5 năm trước cách đây
mục cha
commit
51261d05f6
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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)