Skip to content

Commit

Permalink
revert cpp version to make it work with 5.1.1 (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuokamoto authored Feb 9, 2025
1 parent 1f84286 commit 83bf086
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/rclUE/rclUE.Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public rclUE(ReadOnlyTargetRules Target) : base(Target)
}

PCHUsage = ModuleRules.PCHUsageMode.UseExplicitOrSharedPCHs;
CppStandard = CppStandardVersion.Latest;
CppStandard = CppStandardVersion.Cpp17;
if (Target.Platform == UnrealTargetPlatform.Linux)
{
// In order to ROS shared libs to be linkable by client UE app & for sake of portability, they need to all co-locate in the same folder
Expand Down

0 comments on commit 83bf086

Please sign in to comment.