add VTK save early

This commit is contained in:
AndreaRigoni
2025-09-02 12:42:46 +02:00
parent 820730bc84
commit b86e27a9c4
4 changed files with 42 additions and 1 deletions

View File

@@ -79,6 +79,11 @@ include(${EIGEN3_USE_FILE})
find_package(ROOT CONFIG REQUIRED)
include(${ROOT_USE_FILE})
find_package(VTK REQUIRED)
include(${VTK_USE_FILE})
option(CENTOS_SUPPORT "VTK definitions for CentOS" OFF)
if(CENTOS_SUPPORT)
find_package(VTK CONFIG REQUIRED)