Skip to content

Commit

Permalink
don't use current
Browse files Browse the repository at this point in the history
  • Loading branch information
20DM committed Sep 12, 2024
1 parent 980f2be commit 41e6964
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 @@ -23,7 +23,7 @@ if(NOT ${onnxruntime_FOUND})
FetchContent_Declare(onnxruntime
URL ${ORT_URL}
URL_HASH SHA256=b072f989d6315ac0e22dcb4771b083c5156d974a3496ac3504c77f4062eb248e
DOWNLOAD_DIR ${CMAKE_CURRENT_BINARY_DIR}/dependencies)
DOWNLOAD_DIR ${CMAKE_BINARY_DIR}/dependencies)
FetchContent_MakeAvailable(onnxruntime)
message(STATUS "Downloaded ONNXrt to ${onnxruntime_SOURCE_DIR}")
set(onnxruntime_INCLUDE_DIR "${onnxruntime_SOURCE_DIR}/include")
Expand Down

0 comments on commit 41e6964

Please sign in to comment.