Skip to content

Commit

Permalink
Fix compile errors on CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
kring committed Sep 8, 2023
1 parent 461a2a7 commit 74f1925
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Source/CesiumRuntime/CesiumRuntime.Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ public class CesiumRuntime : ModuleRules
public CesiumRuntime(ReadOnlyTargetRules Target) : base(Target)
{
PCHUsage = ModuleRules.PCHUsageMode.UseExplicitOrSharedPCHs;
ShadowVariableWarningLevel = WarningLevel.Off;

PublicIncludePaths.AddRange(
new string[] {
Expand Down

0 comments on commit 74f1925

Please sign in to comment.