Skip to content
Snippets Groups Projects
Commit ed6e948c authored by Christof Kaufmann's avatar Christof Kaufmann
Browse files

build: limit cmake version in conda recipe to 3.26

pybind11 2.11.1 requires a max CMake version of 3.26.
parent d765425d
No related branches found
No related tags found
No related merge requests found
...@@ -38,7 +38,7 @@ outputs: ...@@ -38,7 +38,7 @@ outputs:
- libgomp # [linux] - libgomp # [linux]
- make # [not win] - make # [not win]
- ninja # [win] - ninja # [win]
- cmake >=3.18 - cmake >=3.18,<=3.26
host: host:
- python - python
...@@ -77,7 +77,7 @@ outputs: ...@@ -77,7 +77,7 @@ outputs:
- libgomp # [linux] - libgomp # [linux]
- make # [not win] - make # [not win]
- ninja # [win] - ninja # [win]
- cmake >=3.18 - cmake >=3.18,<=3.26
host: host:
- python - python
- pip - pip
...@@ -115,7 +115,7 @@ outputs: ...@@ -115,7 +115,7 @@ outputs:
- libgomp # [linux] - libgomp # [linux]
- make # [not win] - make # [not win]
- ninja # [win] - ninja # [win]
- cmake >=3.18 - cmake >=3.18,<=3.26
host: host:
- python - python
- pip - pip
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment