Skip to content

Commit

Permalink
Merge pull request #7 from CFD-Xing/update-to-c++17
Browse files Browse the repository at this point in the history
Update to C++17
  • Loading branch information
mdave authored Feb 14, 2024
2 parents 2bb8304 + 3910bc7 commit 5a6e941
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ CMAKE_MINIMUM_REQUIRED(VERSION 3.5.1)

PROJECT(DriftWaveSolver)

# Nektar++ requires C++11.
SET(CMAKE_CXX_STANDARD 11)
# Nektar++ requires C++17.
SET(CMAKE_CXX_STANDARD 17)
SET(CMAKE_CXX_STANDARD_REQUIRED ON)
SET(CMAKE_CXX_EXTENSIONS OFF)

Expand Down

0 comments on commit 5a6e941

Please sign in to comment.