Skip to content

Commit

Permalink
devel/protozero: Fix build with protobuf 22+
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed Dec 14, 2023
1 parent 3918a45 commit 6f106eb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion devel/protozero/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.md
USE_GITHUB= yes
GH_ACCOUNT= mapbox

USES= cmake compiler:c++11-lang
USES= cmake compiler:c++17-lang
CMAKE_ARGS= -DCMAKE_CXX_STANDARD=17
TEST_TARGET= test
NO_ARCH= yes # header only library

Expand Down

0 comments on commit 6f106eb

Please sign in to comment.