Skip to content

Commit a7e93a3

Browse files
committed
Update C++ standard from C++17 to C++20
Signed-off-by: Knute Lingaard <[email protected]>
1 parent 328f075 commit a7e93a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.19)
2-
set (CMAKE_CXX_STANDARD 17)
2+
set (CMAKE_CXX_STANDARD 20)
33
set (CMAKE_CXX_STANDARD_REQUIRED ON)
44

55
project(olympia CXX)

0 commit comments

Comments
 (0)