Skip to content

Commit

Permalink
No need to pin cmake used on Windows to 3.26
Browse files Browse the repository at this point in the history
  • Loading branch information
oleksandr-pavlyk committed Sep 6, 2024
1 parent 3f0dcb2 commit 3d2e30f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,7 @@ requirements:
{% if dep.startswith('ninja') %}
- {{ dep.split(';')[0] }} # [not win]
{% elif dep.startswith('cmake') %}
# We need to pin cmake version on Windows, because we are patching
# cmake files distributed with it.
- cmake=3.26 # [win]
- {{ dep }} # [not win]
- {{ dep }}
{% elif dep.startswith('build>=') %}
- {{ 'python-' ~ dep }}
{% else %}
Expand Down

0 comments on commit 3d2e30f

Please sign in to comment.