Revert c++ std to 17

This commit is contained in:
Lauri Räsänen 2024-04-25 04:52:16 +03:00
parent 8653cfb039
commit f1fce4c95d

View file

@ -2,7 +2,7 @@ project(
'hl2sdk-starter', 'hl2sdk-starter',
'cpp', 'cpp',
default_options: [ default_options: [
'cpp_std=c++20', 'cpp_std=c++17',
], ],
) )