Skip to content

Commit

Permalink
Fixed package bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Axel1092 authored and bernatx committed Dec 20, 2022
1 parent dd3bc87 commit 70db124
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Carla.Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,6 @@ private void AddCarlaServerDependency(ReadOnlyTargetRules Target)
AddDynamicLibrary(Path.Combine(LibCarlaInstallPath, "lib", "libChronoModels_vehicle.so"));
AddDynamicLibrary(Path.Combine(LibCarlaInstallPath, "lib", "libChronoModels_robot.so"));
bUseRTTI = true;
bEnableExceptions = true;
}

if (UsingPytorch)
Expand Down Expand Up @@ -304,6 +303,7 @@ private void AddCarlaServerDependency(ReadOnlyTargetRules Target)
}

}
bEnableExceptions = true;

// Include path.
string LibCarlaIncludePath = Path.Combine(LibCarlaInstallPath, "include");
Expand Down

0 comments on commit 70db124

Please sign in to comment.