Skip to content

Commit

Permalink
OsqpEigen: Switch to use conda-forge binary package when generating c…
Browse files Browse the repository at this point in the history
…onda packages
  • Loading branch information
traversaro committed Jun 25, 2021
1 parent 73df8ad commit 7f5efba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmake/BuildOsqpEigen.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ ycm_ep_helper(OsqpEigen TYPE GIT
CMAKE_ARGS -DBUILD_TESTING:BOOL=OFF
DEPENDS osqp)

set(OsqpEigen_CONDA_DEPENDENCIES "eigen")
set(OsqpEigen_CONDA_PKG_NAME osqp-eigen)
set(OsqpEigen_CONDA_PKG_CONDA_FORGE_OVERRIDE ON)

0 comments on commit 7f5efba

Please sign in to comment.