Skip to content
Snippets Groups Projects
Commit cfc8d6e1 authored by Wolfgang Merkt's avatar Wolfgang Merkt Committed by Andrea Del Prete
Browse files

Format CMakeLists

parent fe4a12c5
No related branches found
No related tags found
No related merge requests found
Pipeline #24273 passed with warnings
......@@ -35,11 +35,13 @@ option(EIGEN_NO_AUTOMATIC_RESIZING
option(BUILD_WITH_PROXQP "Support using the proxqp solver" OFF)
option(BUILD_WITH_OSQP "Support using the osqp solver" OFF)
# With pos, vel, acc awaiting renaming (e.g. in trajectory-base), we are producing a ton of deprecation warnings.
# Ignoring them for now; remove this once pos, vel, acc are renamed.
# With pos, vel, acc awaiting renaming (e.g. in trajectory-base), we are
# producing a ton of deprecation warnings. Ignoring them for now; remove this
# once pos, vel, acc are renamed.
add_definitions(-Wno-deprecated)
# We frequently convert between signed and unsigned integers for Eigen::Index. Ignore them for now.
# We frequently convert between signed and unsigned integers for Eigen::Index.
# Ignore them for now.
add_definitions(-Wno-sign-conversion)
# Project configuration
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment