cyrusbehr / tensorrt-cpp-api

TensorRT C++ API Tutorial
MIT License
543 stars 66 forks source link

what the version of fmt and spdlog ? #79

Closed anzisheng closed 2 weeks ago

anzisheng commented 2 weeks ago

Hi, thanking for you sharing your work. I coming the project in ubuntu 22.04 of wsl system, I met the compile error: error: ‘basic_runtime’ is not a member of ‘fmt’ I think it is because I have installed wrong version of fmt ? Any one can tell me I should install which version of fmt and how can I fix it? Thank you again.