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 738
    • Issues 738
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 202
    • Merge requests 202
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • VTK
  • VTKVTK
  • Issues
  • #18429

Closed
Open
Created Jan 06, 2022 by David Thompson@dcthompDeveloper

FindPython support uses `cmake_path()` which it should not

The CMake support for finding python uses the cmake_path() command. This command was introduced in cmake 3.20 which causes problems when build VTK with older versions of cmake. See here

https://gitlab.kitware.com/vtk/vtk/-/blob/1cae6585c3015d754c72f545be983e0e41e6ca17/CMake/patches/3.23/FindPython/Support.cmake#L3053-3055

for the 2 places it is used.

Edited Jan 06, 2022 by Ben Boeckel
Assignee
Assign to
Time tracking