Skip to content

Commit

Permalink
fix: correct find_package
Browse files Browse the repository at this point in the history
  • Loading branch information
wdconinc committed Apr 11, 2024
1 parent 1ea612b commit d422b77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/jana_plugin.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ endmacro()
macro(plugin_add_onnxruntime _name)

if(NOT onnxruntime_FOUND)
find_package(onnxruntime_FOUND)
find_package(onnxruntime)
endif()

# Add libraries
Expand Down

0 comments on commit d422b77

Please sign in to comment.