From d29f143a86ca71490201c52df9b6d813b618cda8 Mon Sep 17 00:00:00 2001 From: peter rindal Date: Sat, 14 Dec 2024 08:43:10 -0800 Subject: [PATCH] coproto bump (warnings) --- thirdparty/getCoproto.cmake | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/thirdparty/getCoproto.cmake b/thirdparty/getCoproto.cmake index eab1504..0bd7876 100644 --- a/thirdparty/getCoproto.cmake +++ b/thirdparty/getCoproto.cmake @@ -1,13 +1,13 @@ set(USER_NAME ) set(TOKEN ) -#set(GIT_REPOSITORY "https://github.com/Visa-Research/coproto.git") -set(GIT_REPOSITORY "https://github.com/ladnir/coproto.git") +set(GIT_REPOSITORY "https://github.com/Visa-Research/coproto.git") +#set(GIT_REPOSITORY "https://github.com/ladnir/coproto.git") if(DEFINED COPROTO_GIT_TAG) set(GIT_TAG ${COPROTO_GIT_TAG}) else() - set(GIT_TAG "6ea3f5ab4ee66714dbdf0826b95eb53e9e08447c" ) + set(GIT_TAG "b5a11b31bfb5476f0d816bb73a26973999f7c9df" ) endif() set(CLONE_DIR "${OC_THIRDPARTY_CLONE_DIR}/coproto")