We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 586e9dd commit cecab59Copy full SHA for cecab59
thirdparty/getCoproto.cmake
@@ -7,7 +7,7 @@ set(GIT_REPOSITORY "https://github.com/ladnir/coproto.git")
7
if(DEFINED COPROTO_GIT_TAG)
8
set(GIT_TAG ${COPROTO_GIT_TAG})
9
else()
10
- set(GIT_TAG "4ac8bd7b900b75d37dca273828103a28bfb1ae91" )
+ set(GIT_TAG "1c331c643de44cfc949e1ffc2d59d21557543028" )
11
endif()
12
13
set(CLONE_DIR "${OC_THIRDPARTY_CLONE_DIR}/coproto")
0 commit comments