Fixed package bug
This commit is contained in:
parent
dd3bc8709c
commit
70db124d0e
|
@ -226,7 +226,6 @@ public class Carla : ModuleRules
|
||||||
AddDynamicLibrary(Path.Combine(LibCarlaInstallPath, "lib", "libChronoModels_vehicle.so"));
|
AddDynamicLibrary(Path.Combine(LibCarlaInstallPath, "lib", "libChronoModels_vehicle.so"));
|
||||||
AddDynamicLibrary(Path.Combine(LibCarlaInstallPath, "lib", "libChronoModels_robot.so"));
|
AddDynamicLibrary(Path.Combine(LibCarlaInstallPath, "lib", "libChronoModels_robot.so"));
|
||||||
bUseRTTI = true;
|
bUseRTTI = true;
|
||||||
bEnableExceptions = true;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (UsingPytorch)
|
if (UsingPytorch)
|
||||||
|
@ -304,6 +303,7 @@ public class Carla : ModuleRules
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
bEnableExceptions = true;
|
||||||
|
|
||||||
// Include path.
|
// Include path.
|
||||||
string LibCarlaIncludePath = Path.Combine(LibCarlaInstallPath, "include");
|
string LibCarlaIncludePath = Path.Combine(LibCarlaInstallPath, "include");
|
||||||
|
|
Loading…
Reference in New Issue