Skip to content

Commit 87ebc6c

Browse files
committed
protobuf fix
1 parent ffc35e8 commit 87ebc6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ make_example(cpp20_resolve_with_sentinel 20)
3636
if (CMAKE_CXX_COMPILER_ID STREQUAL "GNU")
3737
find_package(Protobuf)
3838
if (Protobuf_FOUND)
39-
protobuf_generate_cpp(PROTO_SRCS PROTO_HDRS examples/person.proto)
39+
protobuf_generate_cpp(PROTO_SRCS PROTO_HDRS person.proto)
4040
make_testable_example(cpp20_protobuf 20)
4141
target_sources(cpp20_protobuf PUBLIC ${PROTO_SRCS} ${PROTO_HDRS})
4242
target_link_libraries(cpp20_protobuf PRIVATE ${Protobuf_LIBRARIES})

0 commit comments

Comments
 (0)