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
If
USE_DRAKE:=ON, make sure Drake gets the right VTK library, fail fast if it doesn't.