Skip to content

Commit

Permalink
set CMAKE_CXX_STANDARD to C++20
Browse files Browse the repository at this point in the history
  • Loading branch information
andersc committed Apr 22, 2024
1 parent 07d3935 commit 7f05c9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
cmake_minimum_required(VERSION 3.8)
set(CMAKE_CXX_STANDARD 20)

if(POLICY CMP0090)
cmake_policy(SET CMP0090 NEW)
Expand Down

0 comments on commit 7f05c9e

Please sign in to comment.