mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-16 05:13:58 -07: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:
parent
c4848dbe9c
commit
65d0561d70
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue