Skip to content

Commit d0b5bae

Browse files
committed
chore: compile with C++ 20
Signed-off-by: Alexander Droste <alexander.droste@protonmail.com>
1 parent 0343e76 commit d0b5bae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set(TARGET_NAME vortex)
44
project(${TARGET_NAME}_project)
55

66
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
7-
set(CMAKE_CXX_STANDARD 17)
7+
set(CMAKE_CXX_STANDARD 20)
88

99
include(FetchContent)
1010
FetchContent_Declare(

vortex

Submodule vortex updated 116 files

0 commit comments

Comments
 (0)