Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ add_subdirectory(python)


# set linker options
target_link_libraries(jetson-inference jetson-utils nvinfer nvinfer_plugin nvcaffe_parser)
target_link_libraries(jetson-inference jetson-utils nvinfer nvinfer_plugin nvparsers)

if(CUDA_VERSION_MAJOR GREATER 9)
target_link_libraries(jetson-inference nvonnxparser)
Expand Down
2 changes: 1 addition & 1 deletion tools/trt-bench/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ file(GLOB trtBenchSources *.cpp)
file(GLOB trtBenchIncludes *.h )

cuda_add_executable(trt-bench ${trtBenchSources})
target_link_libraries(trt-bench nvcaffe_parser nvinfer jetson-inference)
target_link_libraries(trt-bench nvparsers nvinfer jetson-inference)
2 changes: 1 addition & 1 deletion tools/trt-console/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ file(GLOB trtConsoleSources *.cpp)
file(GLOB trtConsoleIncludes *.h )

cuda_add_executable(trt-console ${trtConsoleSources})
target_link_libraries(trt-console nvcaffe_parser nvinfer jetson-inference)
target_link_libraries(trt-console nvparsers nvinfer jetson-inference)