Skip to content

Commit

Permalink
bump version to c++23
Browse files Browse the repository at this point in the history
  • Loading branch information
etorth committed Apr 11, 2022
1 parent a704d45 commit 7f84a6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
PROJECT(mir2x)
CMAKE_MINIMUM_REQUIRED(VERSION 3.12)

SET(CMAKE_CXX_STANDARD 20)
SET(CMAKE_CXX_STANDARD 23)
SET(CMAKE_CXX_STANDARD_REQUIRED ON)

# enable condcheck()
Expand Down

0 comments on commit 7f84a6e

Please sign in to comment.