Revision 97944e01b0a632cfeffaa06d211f7425f342d926 authored by Brad King on 03 March 2021, 14:04:03 UTC, committed by Kitware Robot on 03 March 2021, 14:04:31 UTC
e5698605d7 gitlab-ci: ignore failing tests for external IDE testing
beb130c65d gitlab-ci: allow some jobs to ignore failing tests on nightly runs
18d6737e96 gitlab-ci: always upload test and release artifacts

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !5871
2 parent s d6670c5 + e569860
Raw File
FindVTK.rst
FindVTK
-------

This module no longer exists.

This module existed in versions of CMake prior to 3.1, but became
only a thin wrapper around ``find_package(VTK NO_MODULE)`` to
provide compatibility for projects using long-outdated conventions.
Now ``find_package(VTK)`` will search for ``VTKConfig.cmake``
directly.
back to top