Skip to content

Commit

Permalink
Merge pull request #1823 from IntelPython/do-not-pin-cmake-to-3.26-on…
Browse files Browse the repository at this point in the history
…-win

No need to pin cmake used on Windows to 3.26
  • Loading branch information
oleksandr-pavlyk authored Sep 6, 2024
2 parents 3f0dcb2 + 3d2e30f commit cbfca98
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 cbfca98

Please sign in to comment.