Library "not found" after building test with CMake on Ubuntu.

Hi Ben - VTK_LIBRARIES did indeed look sane, but what I was missing was:
include(${VTK_USE_FILE})

It has been a few years since I have used VTK, and things seem to have evolved somewhat in my absence …

Thanks for looking at my question.