From b98be87ce945e4a933c02539390074ccf23c8e56 Mon Sep 17 00:00:00 2001 From: Lambert Clara Date: Mon, 25 Apr 2022 18:12:30 +0200 Subject: [PATCH] fix: C language std in bff Use cmdLineOptions for C++ language std as well, for consistency --- .../Linux/LinuxPlatform.Bff.Template.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Sharpmake.Platforms/Sharpmake.CommonPlatforms/Linux/LinuxPlatform.Bff.Template.cs b/Sharpmake.Platforms/Sharpmake.CommonPlatforms/Linux/LinuxPlatform.Bff.Template.cs index 1fffc79ad..af9db65dd 100644 --- a/Sharpmake.Platforms/Sharpmake.CommonPlatforms/Linux/LinuxPlatform.Bff.Template.cs +++ b/Sharpmake.Platforms/Sharpmake.CommonPlatforms/Linux/LinuxPlatform.Bff.Template.cs @@ -65,7 +65,8 @@ public sealed partial class LinuxPlatform + ' [cmdLineOptions.RuntimeTypeInfo]' + ' [cmdLineOptions.CharUnsigned]' + ' [cmdLineOptions.MsExtensions]' - + ' [options.ClangCppLanguageStandard]' + + ' [cmdLineOptions.CppLanguageStd]' + + ' [cmdLineOptions.CLanguageStd]' // Additional compiler options //-------------------------- + ' [options.AdditionalCompilerOptions]'