summaryrefslogtreecommitdiffstats
path: root/Help/module/FindVTK.rst
Commit message (Collapse)AuthorAgeFilesLines
* FindVTK: Drop this ancient compatibility moduleBrad King2014-10-021-1/+10
| | | | | | | The FindVTK module only existed to help find_package(VTK) calls work in old projects written to use "USE_VTK_FILE" instead of "VTK_USE_FILE". Drop it to allow find_package(VTK) calls to search for VTKConfig.cmake directly.
* Convert builtin help to reStructuredText source filesKitware Robot2013-10-151-0/+1
Run the convert-help.bash script to convert documentation: ./convert-help.bash "/path/to/CMake-build/bin" Then remove it.