Description
I think there is a bug in the build script for the python module.
It is defining a variable TENSORRT_LIBPATH
|
-DTENSORRT_LIBPATH=${TRT_LIBPATH} |
That variable doesn't appear to be used anywhere in the repository or the CMakefile.
Should it be TENSORRT_BUILD which is referenced here in the CMakeLists.txt and used to set the linking directories
|
link_directories(${TENSORRT_BUILD}) |