Skip to content

Commit

Permalink
do not install trt submodules
Browse files Browse the repository at this point in the history
Signed-off-by: Daisuke Nishimatsu <border_goldenmarket@yahoo.co.jp>
  • Loading branch information
Daisuke Nishimatsu authored and wep21 committed Sep 15, 2022
1 parent c21aeae commit a2e8969
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common/trtexec_vendor/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ if(NOT EXISTS TRTEXEC_DEFAULT_BIN)
fetchcontent_declare(tensorrt
GIT_REPOSITORY https://github.com/NVIDIA/TensorRT
GIT_TAG ${TENSORRT_VERSION}
GIT_SUBMODULES ""
)
fetchcontent_getproperties(tensorrt)
if(NOT tensorrt_POPULATED)
Expand Down

0 comments on commit a2e8969

Please sign in to comment.