Skip to content
GitLab
  • Menu
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 759
    • Issues 759
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 205
    • Merge requests 205
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & 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
  • VTK
  • VTKVTK
  • Merge requests
  • !9097

vtkModule: support module sources outside of the project

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Ben Boeckel requested to merge ben.boeckel/vtk:vtkModule-support-out-of-cmake-source-dir-modules into master Apr 19, 2022
  • Overview 12
  • Commits 1
  • Pipelines 2
  • Changes 1

The file(RELATIVE_PATH) computation for such modules ends up also moving it out of the binary tree in the same way. Instead, reroot these paths to be under the current binary directory.


A proposed alternative to !8123 (closed). I think this is the root cause of the issue you're seeing. The description of the scenarios is just confusing; instead just describe the problem and fix it in a straightforward way.

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: vtkModule-support-out-of-cmake-source-dir-modules