Skip to content

Commit db28958

Browse files
authored
Add third_party reference in CMakeConfiguration (#423)
1 parent 7955d4d commit db28958

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ set(TRITON_REPO_ORGANIZATION "https://github.com/triton-inference-server" CACHE
6161
set(TRITON_COMMON_REPO_TAG "main" CACHE STRING "Tag for triton-inference-server/common repo")
6262
set(TRITON_CORE_REPO_TAG "main" CACHE STRING "Tag for triton-inference-server/core repo")
6363
set(TRITON_CLIENT_REPO_TAG "main" CACHE STRING "Tag for triton-inference-server/core repo")
64+
set(TRITON_THIRD_PARTY_REPO_TAG "main" CACHE STRING "Tag for triton-inference-server/third-party repo")
6465

6566
#
6667
# Install locations
@@ -97,6 +98,7 @@ ExternalProject_Add(
9798
-DTRITON_REPO_ORGANIZATION:STRING=${TRITON_REPO_ORGANIZATION}
9899
-DTRITON_CORE_REPO_TAG:STRING=${TRITON_CORE_REPO_TAG}
99100
-DTRITON_COMMON_REPO_TAG:STRING=${TRITON_COMMON_REPO_TAG}
101+
-DTRITON_THIRD_PARTY_REPO_TAG:STRING=${TRITON_THIRD_PARTY_REPO_TAG}
100102
-DTRITON_ENABLE_CC_HTTP:BOOL=${TRITON_ENABLE_CC_HTTP}
101103
-DTRITON_ENABLE_CC_GRPC:BOOL=${TRITON_ENABLE_CC_GRPC}
102104
-DTRITON_ENABLE_PYTHON_HTTP:BOOL=OFF
@@ -159,6 +161,7 @@ if(TRITON_ENABLE_PYTHON_HTTP OR TRITON_ENABLE_PYTHON_GRPC)
159161
-DTRITON_REPO_ORGANIZATION:STRING=${TRITON_REPO_ORGANIZATION}
160162
-DTRITON_CORE_REPO_TAG:STRING=${TRITON_CORE_REPO_TAG}
161163
-DTRITON_COMMON_REPO_TAG:STRING=${TRITON_COMMON_REPO_TAG}
164+
-DTRITON_THIRD_PARTY_REPO_TAG:STRING=${TRITON_THIRD_PARTY_REPO_TAG}
162165
-DTRITON_ENABLE_CC_HTTP:BOOL=OFF
163166
-DTRITON_ENABLE_CC_GRPC:BOOL=OFF
164167
-DTRITON_ENABLE_EXAMPLES:BOOL=ON

0 commit comments

Comments
 (0)