FindPackageTest: Replace VTK with Boost
Replace the use of find_package(VTK)
with a call to find_package(Boost)
, CMake's most complex Find module (based on number of source lines, 2588 in the version included with CMake 3.22.2). (See #23934 (closed) for details on why find_package(VTK)
is no longer a good test.)
Fixes #23934 (closed)