diff --git a/recipe/meta.yaml b/recipe/meta.yaml index d385d83..a1bce24 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -31,9 +31,11 @@ outputs: host: - ycm-cmake-modules - libmatio-cpp - - libboost-headers + - libboost-devel - nlohmann_json - yarp + run: + - libboost-headers run_constrained: - __osx >={{ MACOSX_DEPLOYMENT_TARGET|default("10.9") }} # [osx and x86_64] @@ -44,6 +46,18 @@ outputs: - if not exist %LIBRARY_INC%\\robometry\\BufferManager.h exit 1 # [win] - if not exist %LIBRARY_LIB%\\robometry.lib exit 1 # [win] - if not exist %LIBRARY_BIN%\\robometry.dll exit 1 # [win] + - python -m pip install git+https://github.com/ami-iit/cmake-package-check@v0.0.1 + - cmake-package-check robometry + requires: + - python + - pip + - jinja2 + - {{ compiler('c') }} + - {{ compiler('cxx') }} + - cmake + - pkg-config + - ninja + - git - name: {{ name }} build: