Skip to content

Commit

Permalink
cmake: Upgrade C++ standard from 11 to 20
Browse files Browse the repository at this point in the history
  • Loading branch information
norihiro committed Jul 27, 2024
1 parent 6655c5d commit 8ffcfbb
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 @@ -17,7 +17,7 @@ option(ENABLE_DATAGEN "Enable generating data" OFF)

set(CMAKE_PREFIX_PATH "${QTDIR}")

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

set(plugin_additional_libs)
Expand Down

0 comments on commit 8ffcfbb

Please sign in to comment.