We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f632c4 commit cacd60cCopy full SHA for cacd60c
CMakeLists.txt
@@ -307,9 +307,9 @@ include(GNUInstallDirs)
307
install(TARGETS onnx2trt
308
nvonnxparser nvonnxparser_runtime
309
nvonnxparser_static nvonnxparser_runtime_static
310
- RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
311
- LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
312
- ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}
+ RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
+ LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
+ ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}
313
)
314
315
install(FILES ${HEADERS}
0 commit comments