diff --git a/build/premake/premake5.lua b/build/premake/premake5.lua index 2e3a32e81f..3be67f4040 100644 --- a/build/premake/premake5.lua +++ b/build/premake/premake5.lua @@ -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"