Revert c++ std to 17
This commit is contained in:
parent
8653cfb039
commit
f1fce4c95d
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ project(
|
||||||
'hl2sdk-starter',
|
'hl2sdk-starter',
|
||||||
'cpp',
|
'cpp',
|
||||||
default_options: [
|
default_options: [
|
||||||
'cpp_std=c++20',
|
'cpp_std=c++17',
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue