Skip to content

Commit

Permalink
warning fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ladnir committed Jun 13, 2024
1 parent 513499c commit 8325e8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thirdparty/getCoproto.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set(GIT_REPOSITORY "https://github.com/ladnir/coproto.git")
if(DEFINED COPROTO_GIT_TAG)
set(GIT_TAG ${COPROTO_GIT_TAG})
else()
set(GIT_TAG "546eccdcf7e7c4f3706a3bdf2818b642203e7b10" )
set(GIT_TAG "d3d4a0292d7752a4da6587bc07c9dfe56e5adbb1" )
endif()

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

0 comments on commit 8325e8e

Please sign in to comment.