Skip to content

Commit

Permalink
Fix build of protobuf
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Jeffery committed Aug 9, 2023
1 parent bbbab4c commit caefbb0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ option(VERBOSE_LOGGING "enable verbose logging" OFF)

add_compile_definitions(LSKV_VERSION="${LSKV_VERSION}")
add_compile_definitions(CCF_LOGGER_NO_DEPRECATE)
# work around an issue in outdated protobuf from CCF
# https://github.com/protocolbuffers/protobuf/issues/10108
add_compile_definitions(GOOGLE_PROTOBUF_INTERNAL_DONATE_STEAL_INLINE=0)

add_ccf_app(
lskv
Expand Down

0 comments on commit caefbb0

Please sign in to comment.