From 0f347072414b44485330a955ed354911c3a4c678 Mon Sep 17 00:00:00 2001 From: Amir MOHAMMADI <amir.mohammadi@idiap.ch> Date: Tue, 10 Nov 2020 12:18:41 +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 8963212..84cc59b 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 }} -- GitLab