Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • VTK VTK
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 877
    • Issues 877
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 233
    • Merge requests 233
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Artifacts
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Terraform modules
  • 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
  • #18339
Closed
Open
Issue created Oct 08, 2021 by Jean-Christophe Fillion-Robin@jcfrDeveloper

Export external dependencies CMake variables required by "find_package()" into vtk-config associated with VTK build-tree

To drastically streamline the configuration of project indirectly depending on VTK build tree having module like OpenVR enabled, including the relevant CMake variables in the vtk-config associated with the build tree should be implemented.

Two cases:

  • For project providing a <name>-config.cmake file, the variable <name>_DIR should be included
  • For project with a Find<name>.cmake module shipped with VTK, the relevant <name>_INCLUDE_DIR, <name>_LIBRARY_NAME and <name>_OPTION1 should be exported.

Related issues:

  • #18338
  • #18328 (closed)
Assignee
Assign to
Time tracking