Convert to a simple thin-wrapper around the find_package(VTK NO_MODULE). This makes the code much simpler and improves error messages.
7 lines
223 B
ReStructuredText
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.
|