Skip to content
Snippets Groups Projects
Commit 898e2724 authored by Amir MOHAMMADI's avatar Amir MOHAMMADI
Browse files

Merge branch 'make' into 'master'

[conda recipe] Add make next to cmake dependency

See merge request !31
parents c0a31577 89c1baab
No related branches found
No related tags found
1 merge request!31[conda recipe] Add make next to cmake dependency
Pipeline #45117 passed
...@@ -22,6 +22,7 @@ requirements: ...@@ -22,6 +22,7 @@ requirements:
- {{ compiler('cxx') }} - {{ compiler('cxx') }}
- pkg-config {{ pkg_config }} - pkg-config {{ pkg_config }}
- cmake {{ cmake }} - cmake {{ cmake }}
- make {{ make }}
host: host:
- python {{ python }} - python {{ python }}
- setuptools {{ setuptools }} - setuptools {{ setuptools }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment