Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions cmake/OsqpEigenDependencies.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ if(NOT DEFINED OSQP_EIGEN_OSQP_TARGET_TO_LINK)
else()
set(OSQP_EIGEN_OSQP_TARGET_TO_LINK osqp::osqp)
endif()

# If no global OSQP_EIGEN_OSQP_TARGET_TO_LINK is defined, we make sure that the variable is defined also in the parent scope
set(OSQP_EIGEN_OSQP_TARGET_TO_LINK ${OSQP_EIGEN_OSQP_TARGET_TO_LINK} PARENT_SCOPE)
endif()

# OSQP_IS_V1 (and OSQP_EIGEN_OSQP_IS_V1) is defined for v1.0.0.beta1 and v1.0.0 (and later)
Expand Down
Loading