We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c80ef03 commit b9c444fCopy full SHA for b9c444f
common/qp_interface/CMakeLists.txt
@@ -32,13 +32,13 @@ ament_auto_add_library(${PROJECT_NAME} SHARED
32
)
33
target_compile_options(${PROJECT_NAME} PRIVATE -Wno-error=old-style-cast -Wno-error=useless-cast)
34
35
-target_include_directories(qp_interface
+target_include_directories(${PROJECT_NAME}
36
SYSTEM PUBLIC
37
"${OSQP_INCLUDE_DIR}"
38
"${EIGEN3_INCLUDE_DIR}"
39
40
41
-ament_target_dependencies(qp_interface
+ament_target_dependencies(${PROJECT_NAME}
42
Eigen3
43
osqp_vendor
44
proxsuite
0 commit comments