Skip to content

Commit

Permalink
Fixed protobuf message compiling on Mac
Browse files Browse the repository at this point in the history
  • Loading branch information
BrennoCaldato committed Dec 18, 2020
1 parent 4fdd325 commit 5b7458a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/protobuf_messages/CMakeLists.txt
Expand Up @@ -27,6 +27,7 @@

# Dependencies
find_package(Protobuf 3)
include_directories(${PROTOBUF_INCLUDE_DIRS})

file(GLOB ProtoFiles "${CMAKE_CURRENT_SOURCE_DIR}/*.proto")
PROTOBUF_GENERATE_CPP(ProtoSources ProtoHeaders ${ProtoFiles})
Expand Down

0 comments on commit 5b7458a

Please sign in to comment.