diff --git a/CMakeLists.txt b/CMakeLists.txt index f7925c6..62fa538 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -216,7 +216,8 @@ FOREACH(p ${TRITON_TENSORRT_LIB_PATHS}) set(TRITON_TENSORRT_LDFLAGS ${TRITON_TENSORRT_LDFLAGS} "-L${p}") ENDFOREACH(p) -# FIXME: TRT 10 appears to have differently named libraries with "_10" suffix +# NOTE: TRT 10 for Windows added the version suffix to the library names. See the release notes: +# https://docs.nvidia.com/deeplearning/tensorrt/release-notes/index.html#tensorrt-10 find_library(NVINFER_LIBRARY NAMES nvinfer nvinfer_10) find_library(NVINFER_PLUGIN_LIBRARY NAMES nvinfer_plugin nvinfer_plugin_10) target_link_libraries(