Skip to content

Commit

Permalink
Set c++ standard to c++20
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitry-ishenko committed Jul 1, 2023
1 parent f6112b7 commit fe410d4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ cmake_minimum_required(VERSION 3.19)
# Set the project name
project (Orbiter VERSION 21.7.24)

set(CMAKE_CXX_STANDARD 20)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_CXX_EXTENSIONS OFF)

# Allow building targets as external projects
include(ExternalProject)

Expand Down

0 comments on commit fe410d4

Please sign in to comment.