Skip to content

Commit

Permalink
Bug Fix: Name of proxsuite lib
Browse files Browse the repository at this point in the history
  • Loading branch information
dmronga committed Feb 23, 2024
1 parent 9b26222 commit 7e49f7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/solvers/proxqp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ pkg_search_module(proxsuite REQUIRED IMPORTED_TARGET proxsuite)
set(SOURCES ProxQPSolver.cpp)
set(HEADERS ProxQPSolver.hpp)

list(APPEND PKGCONFIG_REQUIRES proxqp)
list(APPEND PKGCONFIG_REQUIRES proxsuite)
list(APPEND PKGCONFIG_REQUIRES wbc-core)
string (REPLACE ";" " " PKGCONFIG_REQUIRES "${PKGCONFIG_REQUIRES}")

Expand Down

0 comments on commit 7e49f7d

Please sign in to comment.