From 5a83f7ca99b625f58e74bf1057ba99974b0f22b7 Mon Sep 17 00:00:00 2001 From: KrishnanPrash <140860868+KrishnanPrash@users.noreply.github.com> Date: Wed, 21 Aug 2024 16:34:32 -0700 Subject: [PATCH] Update CMakeLists.txt Co-authored-by: GuanLuo <41310872+GuanLuo@users.noreply.github.com> --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d8f82e7078..ff578c9724 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -270,4 +270,4 @@ ExternalProject_Add(triton-server -DCMAKE_INSTALL_PREFIX:PATH=${TRITON_INSTALL_PREFIX} -DTRITON_VERSION:STRING=${TRITON_VERSION} DEPENDS ${TRITON_DEPENDS} -) \ No newline at end of file +)