Skip to content

Commit c21df5a

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

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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)