Sfoglia il codice sorgente

set boost version requirement

Nicolas Winkler 5 anni fa
parent
commit
51261d05f6
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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)