OE4T / meta-tegra

BSP layer for NVIDIA Jetson platforms, based on L4T
MIT License
385 stars 216 forks source link

external/openembedded-layer: tensorrt-plugins: fixes for new protobuf #1454

Closed kekiefer closed 6 months ago

kekiefer commented 6 months ago

Due to updates to protobuf and gcc, make some updates to the build. Namely, this means using C++17 as required by protobuf and making sure we link to the system protobuf.

Applicable to master and nanbield

ichergui commented 6 months ago

Thanks @kekiefer for the PR. I didn't test that for awhile.