Skip to content

Commit 209b656

Browse files
committed
C++20 now required
1 parent 8136d6a commit 209b656

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/demo/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#############################################################################
99

1010
cmake_minimum_required(VERSION 3.12)
11-
set(CMAKE_CXX_STANDARD 17)
11+
set(CMAKE_CXX_STANDARD 20)
1212
set(CMAKE_CXX_STANDARD_REQUIRED True)
1313

1414
project(OleanDemo)

0 commit comments

Comments
 (0)