Skip to content

Commit

Permalink
Compile with C++20.
Browse files Browse the repository at this point in the history
  • Loading branch information
cristian64 committed Apr 26, 2024
1 parent e1aa69e commit a0bb1a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.13)
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD 20)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(GCC_min_version 10)
project(dolphin-memory-engine)
Expand Down

0 comments on commit a0bb1a4

Please sign in to comment.