Skip to content

Commit

Permalink
Add ".git" for GIT_REPOSITORY
Browse files Browse the repository at this point in the history
Co-authored-by: M. Fatih Cırıt <[email protected]>
  • Loading branch information
felixf4xu and xmfcx committed Nov 30, 2023
1 parent 74c2626 commit 9ae9d03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/trtexec_vendor/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ if(NOT EXISTS ${TRTEXEC_DEFAULT_BIN})
message(STATUS "${TRTEXEC_DEFAULT_BIN} not found, download and build from source...")
include(FetchContent)
fetchcontent_declare(tensorrt
GIT_REPOSITORY https://github.com/NVIDIA/TensorRT
GIT_REPOSITORY https://github.com/NVIDIA/TensorRT.git
GIT_TAG release/${TENSORRT_VERSION_MAJOR}.${TENSORRT_VERSION_MINOR}
GIT_SUBMODULES ""
)
Expand Down

0 comments on commit 9ae9d03

Please sign in to comment.