Skip to content

Commit a5a0c34

Browse files
authored
Merge pull request #355 from gazebosim/scpeters/garden_protobuf_fix
Merge ign-sensors6 ➡️ gz-sensors7
2 parents 28089ab + 34c2180 commit a5a0c34

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

CMakeLists.txt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,9 @@ message(STATUS "\n\n-- ====== Finding Dependencies ======")
3838

3939
#--------------------------------------
4040
# Find Protobuf
41-
set(REQ_PROTOBUF_VER 3)
4241
gz_find_package(GzProtobuf
43-
VERSION ${REQ_PROTOBUF_VER}
44-
REQUIRED
45-
PRETTY Protobuf)
42+
REQUIRED
43+
PRETTY Protobuf)
4644

4745
#--------------------------------------
4846
# Find gz-math

0 commit comments

Comments
 (0)