We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 28089ab + 34c2180 commit a5a0c34Copy full SHA for a5a0c34
CMakeLists.txt
@@ -38,11 +38,9 @@ message(STATUS "\n\n-- ====== Finding Dependencies ======")
38
39
#--------------------------------------
40
# Find Protobuf
41
-set(REQ_PROTOBUF_VER 3)
42
gz_find_package(GzProtobuf
43
- VERSION ${REQ_PROTOBUF_VER}
44
- REQUIRED
45
- PRETTY Protobuf)
+ REQUIRED
+ PRETTY Protobuf)
46
47
48
# Find gz-math
0 commit comments