From 294cd1920c068864ba7fb2453060120e2c0b51b2 Mon Sep 17 00:00:00 2001 From: Daisuke Nishimatsu Date: Fri, 16 Sep 2022 00:52:11 +0900 Subject: [PATCH] do not install trt submodules Signed-off-by: Daisuke Nishimatsu --- common/trtexec_vendor/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/common/trtexec_vendor/CMakeLists.txt b/common/trtexec_vendor/CMakeLists.txt index d55606439cf3f..08afcb9333875 100644 --- a/common/trtexec_vendor/CMakeLists.txt +++ b/common/trtexec_vendor/CMakeLists.txt @@ -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)