Skip to content

Commit

Permalink
Update ports/osqp-eigen/portfile.cmake
Browse files Browse the repository at this point in the history
Changed OsqpEigen to osqpeigen

Co-authored-by: Kai Pastor <[email protected]>
  • Loading branch information
aboelens and dg0yt authored Nov 12, 2024
1 parent 4778eca commit f751aea
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions ports/osqp-eigen/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,7 @@ vcpkg_cmake_configure(
)

vcpkg_cmake_install()
vcpkg_cmake_config_fixup(
PACKAGE_NAME "OsqpEigen"
CONFIG_PATH "lib/cmake/OsqpEigen"
)
vcpkg_cmake_config_fixup(PACKAGE_NAME "osqpeigen" CONFIG_PATH "lib/cmake/OsqpEigen")

file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")

Expand Down

0 comments on commit f751aea

Please sign in to comment.