Skip to content

[feat] Rebase lidarview-superbuild on paraview-superbuild

Timothée Couble requested to merge experimental/pvsb-based-superbuild into master

Use paraview based superbuild exemple from https://gitlab.kitware.com/paraview/paraview-based-superbuild-example/ to rework lidarview superbuild.

The main goal is to be more aligned with other Kitware projects (Paraview), to lighten maintenance and to update lidarview more easily with the recent version of Paraview. I also removed lidarview-superbuild project that was also used in paraview-superbuild (qhull, liblas, eigen and python3)

This MR also update the way lidarview cmake project is declared and bundled. I imported in this repo lidarview.cmake and lidarview.bundle.cmake from Lidarview repository and renamed common bundling to lidarviewapp.bundle.cmake. The idea is to add as a project each lidarview based app (e.g veloview) as independent project, and to use the same bundling (lidarviewapp.bundle) for all apps.

Also added superbuild tests. (The UI test is crashing for now, it will be corrected in a future MR on LidarView side. CI will also come in an future MR)

Related to lidarview!156 (merged)

Edited by Timothée Couble

Merge request reports