Skip to content

Commit

Permalink
fix installation of onnxruntime_providers.cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
MistEO authored Oct 7, 2023
1 parent 9685299 commit bf13381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/onnxruntime_providers.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -819,7 +819,7 @@ if (onnxruntime_USE_TENSORRT)
PUBLIC_HEADER DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/onnxruntime
ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}
LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
RUNTIME DESTINATION ${CMAKE_INSTALL_LIBDIR})
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR})
endif()

if (onnxruntime_USE_VITISAI)
Expand Down

0 comments on commit bf13381

Please sign in to comment.