Skip to content

Commit

Permalink
Merge pull request #69 from traversaro/traversaro-patch-1
Browse files Browse the repository at this point in the history
Add check that find_package(iDynTree) works as expected
  • Loading branch information
traversaro authored Oct 30, 2023
2 parents c6d9d52 + 2da588d commit b5e096b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,14 @@ test:
- if not exist %PREFIX%\\Library\\lib\\cmake\\iDynTree\\iDynTreeConfig.cmake exit 1 # [win]
- test $(pip list | grep idyntree | tr -s " " | grep $PKG_VERSION | wc -l) -eq 1 # [unix]
- pip check
- cmake-package-check iDynTree
imports:
- idyntree
requires:
- pip
- cmake-package-check
- {{ compiler('c') }}
- {{ compiler('cxx') }}

about:
home: https://github.com/robotology/idyntree
Expand Down

0 comments on commit b5e096b

Please sign in to comment.