CMake/Help/release/dev/FindVTK.rst
Brad King 117e7e1177 FindVTK: Drop support for finding VTK 4.0
Convert to a simple thin-wrapper around the find_package(VTK NO_MODULE).
This makes the code much simpler and improves error messages.
2014-07-01 08:41:52 -04:00

7 lines
223 B
ReStructuredText

FindVTK
-------
* The :module:`FindVTK` module dropped support for finding VTK 4.0.
It is now a thin-wrapper around ``find_package(VTK ... NO_MODULE)``.
This produces much clearer error messages when VTK is not found.