Skip to content

Commit

Permalink
Merge pull request #355 from gazebosim/scpeters/garden_protobuf_fix
Browse files Browse the repository at this point in the history
Merge ign-sensors6 ➡️  gz-sensors7
  • Loading branch information
ahcorde authored Jun 16, 2023
2 parents 28089ab + 34c2180 commit a5a0c34
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,9 @@ message(STATUS "\n\n-- ====== Finding Dependencies ======")

#--------------------------------------
# Find Protobuf
set(REQ_PROTOBUF_VER 3)
gz_find_package(GzProtobuf
VERSION ${REQ_PROTOBUF_VER}
REQUIRED
PRETTY Protobuf)
REQUIRED
PRETTY Protobuf)

#--------------------------------------
# Find gz-math
Expand Down

0 comments on commit a5a0c34

Please sign in to comment.