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 b6e2489 commit f1b1a78Copy full SHA for f1b1a78
CMakeLists.txt
@@ -272,9 +272,9 @@ include(GNUInstallDirs)
272
install(TARGETS onnx2trt
273
nvonnxparser
274
nvonnxparser_static
275
- RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
276
- LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
277
- ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}
+ RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
+ LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
+ ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}
278
)
279
280
install(FILES ${HEADERS}
0 commit comments