File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- cmake_minimum_required (VERSION 3.1 )
1
+ cmake_minimum_required (VERSION 3.16.3 )
2
2
3
3
project (ASTE )
4
4
5
5
list (APPEND CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR} /cmake" )
6
6
7
- set (CMAKE_CXX_STANDARD 14 )
7
+ set (CMAKE_CXX_STANDARD 17 )
8
8
set (CMAKE_CXX_STANDARD_REQUIRED YES )
9
9
set (CMAKE_CXX_EXTENSIONS NO )
10
10
@@ -22,7 +22,7 @@ find_package (Threads REQUIRED)
22
22
23
23
find_package (precice REQUIRED CONFIG )
24
24
25
- find_package (Boost 1.65.1 REQUIRED COMPONENTS log log_setup system program_options filesystem unit_test_framework )
25
+ find_package (Boost 1.71.0 REQUIRED COMPONENTS log log_setup system program_options filesystem unit_test_framework )
26
26
27
27
option (ASTE_USE_VTK_COMPONENTS "Find VTK with components" OFF )
28
28
if (ASTE_USE_VTK_COMPONENTS )
You can’t perform that action at this time.
0 commit comments