Skip to content

Easier and bulletproofed USE_DRAKE=ON #520

@stonier

Description

@stonier

If USE_DRAKE:=ON, make sure Drake gets the right VTK library, fail fast if it doesn't.

  • call find_package(DRAKE)
  • on linux set HINTS to find VTK at drake's external path
  • on apple set HINTS to find TK at the homebrew install path
  • use these to call find_package(VTK REQUIRED HINTS ...) appropriately
  • check the VTK version found, if not 8.0, fail fast with a warning
  • This will mean making sure the VTK logic should shift to post-drake logic

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions