Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • VTK VTK
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 833
    • Issues 833
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 241
    • Merge requests 241
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • VTKVTK
  • VTKVTK
  • Issues
  • #16930
Closed
Open
Issue created Dec 07, 2016 by Dennis Schridde@urzds

VERSION support for FindGL2PS.cmake required

ThirdParty/gl2ps/CMakeLists.txt requests (via vtk_module_third_party in CMake/vtkModuleMacros.cmake) VERSION >=1.4.0 of GL2PS. However, CMake/FindGL2PS.cmake does not support version tests.

Thus the intention of 1520938b, to make sure the system supplied GL2PS is sufficient to compile VTK, is not actually respected and "outdated" installations of GL2PS will not be detected (VTK's version requirement will be ignored).

I discovered this issue during my attempts to compile ParaView 5.2.0, which uses commit 6cf5847e of VTK, authored about two weeks before version 7.1.0 was released.

See-Also: issue #16083 (closed)

Assignee
Assign to
Time tracking