Skip to content

Commit

Permalink
use correct library
Browse files Browse the repository at this point in the history
  • Loading branch information
20DM committed Sep 12, 2024
1 parent f3826b4 commit 50724c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake_files/LookUpONNXRT.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ if(NOT ${onnxruntime_FOUND})
)
set(onnxruntime_INCLUDE_DIR "${onnxruntime_DIR}/include")
set(onnxruntime_LIBRARY_DIR "${onnxruntime_DIR}/${CMAKE_SHARED_LIBRARY_PREFIX}")
set(onnxruntime_LIBRARIES "onnxruntime")
set(onnxruntime_LIBRARIES "onnxruntime::onnxruntime")
set(onnxruntime_FOUND TRUE)
endif()

0 comments on commit 50724c4

Please sign in to comment.