Skip to content

Add CMake flag to use custom VTK build #121

@ktbolt

Description

@ktbolt

It is sometimes required (e.g. on HPC clusters) to build svSolver using a custom VTK build. CMake may not be able to identify the correct VTK build so we need to use

find_package(VTK PATHS VTK_BULD_PATH REQUIRED)

Currently a user must edit the svSolver/Code/CMake/SimVascularExternals.cmake, comment some CMake commands and add the find_package command. It would be better to set the VTK_BULD_PATH variable from the cmake command line.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions