Fixed package bug

This commit is contained in:
Axel 2022-12-20 14:47:11 +01:00 committed by bernat
parent dd3bc8709c
commit 70db124d0e
1 changed files with 1 additions and 1 deletions

View File

@ -226,7 +226,6 @@ public class Carla : ModuleRules
AddDynamicLibrary(Path.Combine(LibCarlaInstallPath, "lib", "libChronoModels_vehicle.so"));
AddDynamicLibrary(Path.Combine(LibCarlaInstallPath, "lib", "libChronoModels_robot.so"));
bUseRTTI = true;
bEnableExceptions = true;
}
if (UsingPytorch)
@ -304,6 +303,7 @@ public class Carla : ModuleRules
}
}
bEnableExceptions = true;
// Include path.
string LibCarlaIncludePath = Path.Combine(LibCarlaInstallPath, "include");