Skip to content

Commit

Permalink
cmake fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ladnir committed Jun 13, 2024
1 parent 2bde242 commit 513499c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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 "80a492fd8f58b11886058ed53dcc6f66950f0d29" )
set(GIT_TAG "546eccdcf7e7c4f3706a3bdf2818b642203e7b10" )
endif()

set(CLONE_DIR "${OC_THIRDPARTY_CLONE_DIR}/coproto")
Expand Down Expand Up @@ -87,5 +87,5 @@ SET(COPROTO_ASAN ${ENABLE_ASAN} )
SET(COPROTO_THIRDPARTY_CLONE_DIR ${OC_THIRDPARTY_CLONE_DIR} )
SET(COPROTO_STAGE ${OC_THIRDPARTY_INSTALL_PREFIX} )

add_subdirectory(${CLONE_DIR} coproto)
add_subdirectory(${CLONE_DIR} ${CMAKE_BINARY_DIR}/coproto)

0 comments on commit 513499c

Please sign in to comment.