diff --git a/recipes/fc/meta.yaml b/recipes/fc/meta.yaml index afdb3b5181df3..47b9c756c16bf 100644 --- a/recipes/fc/meta.yaml +++ b/recipes/fc/meta.yaml @@ -18,13 +18,14 @@ requirements: build: - make - {{ compiler('c') }} + - {{ compiler('cxx') }} host: - zlib - boost-cpp test: commands: - - fc-virus --help + - ./bin/fc-virus --help about: home: "https://github.com/qdu-bioinfo/fc-virus"