Skip to content

Commit

Permalink
declare Fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
20DM committed Sep 12, 2024
1 parent f3b6b3d commit 8d9b4bd
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 @@ -11,7 +11,7 @@ if(NOT ${onnxruntime_FOUND})
set(ORT_URL_BASE "https://github.com/microsoft/onnxruntime/releases/download")
set(ORT_URL "${ORT_URL_BASE}/v${ORT_VERSION}/onnxruntime-linux-${ARCH}-${ORT_VERSION}.tgz")

#include(FetchContent)
include(FetchContent)
# https://cmake.org/cmake/help/latest/policy/CMP0135.html
#
# CMP0135 is for solving re-building and re-downloading.
Expand Down

0 comments on commit 8d9b4bd

Please sign in to comment.