Skip to content

Commit

Permalink
Build with C++20
Browse files Browse the repository at this point in the history
  • Loading branch information
Blake-Madden authored Jan 6, 2024
1 parent 3c023f6 commit 3f133d2
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 @@ -10,7 +10,7 @@
# Declare the minimum required CMake version
# Note that CMake 3.24 is needed if compiling wxWidgets 3.2
CMAKE_MINIMUM_REQUIRED(VERSION 3.14)
SET(CMAKE_CXX_STANDARD 17)
SET(CMAKE_CXX_STANDARD 20)
SET(CMAKE_CXX_STANDARD_REQUIRED True)

IF(NOT CMAKE_CONFIGURATION_TYPES)
Expand Down

0 comments on commit 3f133d2

Please sign in to comment.