You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
Currently a user must edit the
svSolver/Code/CMake/SimVascularExternals.cmake
, comment some CMake commands and add thefind_package
command. It would be better to set theVTK_BULD_PATH
variable from the cmake command line.The text was updated successfully, but these errors were encountered: