Cmake cannot find VDT (hdtv)

I am trying to install hdtv software on MacOs Sonoma and when i try to run it in the terminal i get the error message:

CMake Error at /opt/homebrew/Cellar/cmake/3.28.3/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
Could NOT find Vdt (missing: VDT_INCLUDE_DIR VDT_LIBRARY)
Call Stack (most recent call first):
/opt/homebrew/Cellar/cmake/3.28.3/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:600 (_FPHSA_FAILURE_MESSAGE)
/opt/homebrew/Cellar/root/6.30.04/share/root/cmake/modules/FindVdt.cmake:63 (find_package_handle_standard_args)
/opt/homebrew/Cellar/cmake/3.28.3/share/cmake/Modules/CMakeFindDependencyMacro.cmake:76 (find_package)
/opt/homebrew/share/root/cmake/ROOTConfig.cmake:156 (find_dependency)
CMakeLists.txt:52 (find_package)

I dont know if there is just a ackage missing, but I´ve installed ROOT with homebrew.

If you build ROOT version 6.30.04 it’s a known problem here:

you can modify ROOTConfig.cmake tpo solve it

thank you!!