Skip to content

Use CMake 2.8.10 signature of find_package_handle_standard_args

We are using the 2.8.10 signature of find_package_handle_standard_args, as that is the version that ParaView 5.1 && VTK 6/7 ship, and inject into the CMake module path. This allows our FindModule to work with projects that include VTK/ParaView before searching for Remus

Merge request reports