Skip to content

Commit

Permalink
Visual Studio requires C+20
Browse files Browse the repository at this point in the history
  • Loading branch information
dfleury2 committed Jun 24, 2022
1 parent 5cd6983 commit 63a98da
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 @@ -27,7 +27,7 @@ else()
endif()

# C++
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD 20)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_CXX_EXTENSION OFF)

Expand Down

0 comments on commit 63a98da

Please sign in to comment.