Skip to content
Merged
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
2 changes: 1 addition & 1 deletion trajopt_ext/osqp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ find_package(ros_industrial_cmake_boilerplate REQUIRED)
extract_package_metadata(pkg)
project(${pkg_extracted_name} VERSION ${pkg_extracted_version} LANGUAGES CXX)

find_package(osqp QUIET)
find_package(osqp 0.6.3 QUIET)

if(NOT ${osqp_FOUND} AND NOT TRAJOPT_OSQP_DISABLED)
message(WARNING "No valid OSQP version found. Cloning OSQP 0.6.3 into build directory")
Expand Down
Loading