File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
- cmake_minimum_required (VERSION 3.18 )
1
+ cmake_minimum_required (VERSION 3.28 )
2
2
project (algine)
3
3
4
- set (CMAKE_CXX_STANDARD 20 )
4
+ set (CMAKE_CXX_STANDARD 23 )
5
5
6
6
message (VERBOSE "CMAKE_C_COMPILER: ${CMAKE_C_COMPILER} " )
7
7
message (VERBOSE "CMAKE_CXX_COMPILER: ${CMAKE_CXX_COMPILER} " )
Original file line number Diff line number Diff line change 1
- cmake_minimum_required (VERSION 3.18 )
1
+ cmake_minimum_required (VERSION 3.28 )
2
2
project (algine_examples)
3
3
4
- set (CMAKE_CXX_STANDARD 20 )
4
+ set (CMAKE_CXX_STANDARD 23 )
5
5
6
6
# silence warnings from sol2
7
7
add_compile_options (-Wno-unknown-warning-option)
Original file line number Diff line number Diff line change 1
- cmake_minimum_required (VERSION 3.10 )
1
+ cmake_minimum_required (VERSION 3.28 )
2
2
project (algine_tests)
3
3
4
- set (CMAKE_CXX_STANDARD 20 )
4
+ set (CMAKE_CXX_STANDARD 23 )
5
5
set (CMAKE_CXX_STANDARD_REQUIRED ON )
6
6
7
7
# silence warnings from sol2
You can’t perform that action at this time.
0 commit comments