mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-20 23:44:08 +00:00
Switch to using C++20
Obviously for shiny new features. Signed-off-by: Ralph Sennhauser <ralph.sennhauser@gmail.com>
This commit is contained in:
@@ -485,7 +485,7 @@ function project_create(project_name, target_type)
|
||||
|
||||
project(project_name)
|
||||
language "C++"
|
||||
cppdialect "C++17"
|
||||
cppdialect "C++20"
|
||||
kind(target_type)
|
||||
|
||||
filter "action:vs2022"
|
||||
|
||||
Reference in New Issue
Block a user