Skip to content

Commit

Permalink
Update meta.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
GiulioRomualdi authored Jun 15, 2021
1 parent 1cee4a0 commit 58c2d1c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions recipes/osqp-eigen/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ test:
- test -f ${PREFIX}/lib/cmake/OsqpEigen/OsqpEigenConfig.cmake # [not win]
- test -f ${PREFIX}/lib/libOsqpEigen.so # [linux]
- test -f ${PREFIX}/lib/libOsqpEigen.dylib # [osx]
- if not exist %PREFIX%\\Library\\include\\OsqpEigen\\OsqpEigen.h exit 1 # [win]
- if not exist %PREFIX%\\Library\\lib\\OsqpEigen.lib exit 1 # [win]
- if not exist %PREFIX%\\Library\\bin\\OsqpEigen.dll exit 1 # [win]
- if not exist %PREFIX%\\Library\\lib\\cmake\\OsqpEigen\\OsqpEigenConfig.cmake exit 1 # [win]
- if not exist %PREFIX%\\include\\OsqpEigen\\OsqpEigen.h exit 1 # [win]
- if not exist %PREFIX%\\lib\\OsqpEigen.lib exit 1 # [win]
- if not exist %PREFIX%\\bin\\OsqpEigen.dll exit 1 # [win]
- if not exist %PREFIX%\\lib\\cmake\\OsqpEigen\\OsqpEigenConfig.cmake exit 1 # [win]

about:
home: https://github.com/robotology/osqp-eigen
Expand Down

0 comments on commit 58c2d1c

Please sign in to comment.