Skip to content

Commit

Permalink
fix code comments after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
Karim Vadsariya committed Jan 22, 2025
1 parent 5f5be5f commit c76a7f4
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 @@ -160,7 +160,7 @@ if (onnxruntime_USE_JSEP)
include(onnxruntime_providers_js.cmake)
endif()

if (onnxruntime_USE_QNN OR onnxruntime_USE_QNN_INTERFACE) #TODO[Low] Revisit when QNN EP becomes dynamic lib.
if (onnxruntime_USE_QNN OR onnxruntime_USE_QNN_INTERFACE)
include(onnxruntime_providers_qnn.cmake)
endif()

Expand Down

0 comments on commit c76a7f4

Please sign in to comment.