Skip to content

Commit

Permalink
Upgrade to C++20
Browse files Browse the repository at this point in the history
  • Loading branch information
guanlisheng committed Dec 25, 2024
1 parent 8f74f55 commit ff67be0
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 @@ -15,7 +15,7 @@ endif()
# Name the project
project(wxSQLitePlus)

set(CMAKE_CXX_STANDARD 11)
set(CMAKE_CXX_STANDARD 20)
set(CMAKE_CXX_STANDARD_REQUIRED ON)

# Request the required wxWidgets libs
Expand Down

0 comments on commit ff67be0

Please sign in to comment.