Skip to content

Commit

Permalink
Fix meta.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro authored Oct 24, 2024
1 parent c967b23 commit 897c234
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,9 @@
{% set component_version = component_name + major_version %}
{% set cxx_name = "lib" + name %}
{% set python_name = name + "-python" %}
{% set protobuf_version = "5.28.2"}
{% set protobuf_version = "5.28.2" %}
{% set protobuf_major_version = protobuf_version.split('.')[0] %}
{% set next_protobuf_major_version = "6"}



{% set next_protobuf_major_version = "6" %}

package:
name: {{ name }}
Expand Down

0 comments on commit 897c234

Please sign in to comment.