Skip to content

Commit

Permalink
warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
ladnir committed Jun 12, 2024
1 parent 969d970 commit 135743e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions thirdparty/getCoproto.cmake
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@

set(USER_NAME )
set(TOKEN )
set(GIT_REPOSITORY "https://github.com/Visa-Research/coproto.git")
#set(GIT_REPOSITORY "https://github.com/Visa-Research/coproto.git")
set(GIT_REPOSITORY "https://github.com/ladnir/p-coproto.git")

if(DEFINED COPROTO_GIT_TAG)
set(GIT_TAG ${COPROTO_GIT_TAG})
else()
set(GIT_TAG "9ef6bc5fa9cea46acc9d09a2e8bc51daa24cc6de" )
set(GIT_TAG "8eb4c8ec8fb01e8612ca292c821514ced2fb137f" )
endif()

set(CLONE_DIR "${OC_THIRDPARTY_CLONE_DIR}/coproto")
Expand Down

0 comments on commit 135743e

Please sign in to comment.