Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cmake - Fix cmake when urdf support is disabled. #2352

Merged
merged 1 commit into from
Jul 25, 2024

Conversation

abussy-aldebaran
Copy link

Fix the error:

CMake Error at CMakeLists.txt:247 (if):
  if given arguments:

    "BUILD_WITH_URDF_SUPPORT" "AND" "VERSION_GREATER" "0.4.2"

  Unknown arguments specified

when running cmake -DBUILD_WITH_URDF_SUPPORT=off

Fix the error:

CMake Error at CMakeLists.txt:247 (if):
  if given arguments:

    "BUILD_WITH_URDF_SUPPORT" "AND" "VERSION_GREATER" "0.4.2"

  Unknown arguments specified

when running cmake -DBUILD_WITH_URDF_SUPPORT=off
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👋 Hi,
This is a reminder message to please assign a proper label to this Pull Request.
The possible labels are:

  • build_collision (build pinocchio with coal support)
  • build_casadi (build pinoochio with casadi support)
  • build_autodiff (build pinocchio with cppad support)
  • build_codegen (build pinocchio with cppadcg support)
  • build_extra (build pinocchio with extra algorithms)
  • build_mpfr (build pinocchio with Boost.Multiprecision support)
  • build_sdf (build pinocchio with sdf parser)
  • build_accelerate
  • build_all (build pinocchio with all the options stated above)

Thanks.

@jcarpent jcarpent enabled auto-merge July 25, 2024 14:31
@jcarpent jcarpent merged commit dfa383c into stack-of-tasks:devel Jul 25, 2024
20 of 22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants