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 741
    • Issues 741
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 196
    • Merge requests 196
  • 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
  • Issues
  • #2881
Closed
Open
Created Feb 13, 2006 by Kitware Robot@kwrobotOwner

SNL: CMake fails at creating VTK project on Windows

This issue was created automatically from an original Mantis Issue. Further discussion may take place here.


The problem occurs when the 3 following conditions are met:

WIN32 & (NOT BORLAND) & (NOT CYGWIN)

The problem is due to the file Wrapping/Tcl/vtkDetermineTkResources.cmake

where the function VTK_GET_TCL_TK_VERSION is unknown. A way to workaround this is adding the following line just before the first occurence of VTK_GET_TCL_TK_VERSION (line 4)

INCLUDE(${VTK_SOURCE_DIR}/CMake/vtkTclTkMacros.cmake)

Assignee
Assign to
Time tracking