From ec766d2639b8845a2ead66db454d76a51d0af3d1 Mon Sep 17 00:00:00 2001 From: Amir MOHAMMADI Date: Tue, 10 Nov 2020 12:21:01 +0100 Subject: [PATCH] [conda recipe] Add make next to cmake dependency --- conda/meta.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/conda/meta.yaml b/conda/meta.yaml index 02f2e98..4456618 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -22,6 +22,7 @@ requirements: - {{ compiler('cxx') }} - pkg-config {{ pkg_config }} - cmake {{ cmake }} + - make {{ make }} host: - python {{ python }} - setuptools {{ setuptools }} -- 2.21.0