I think this is likely due to changes to ROOT’s ROOTConfig.cmake
file (the repo in question is 4yrs old). The error:
is pointing to the include directory(ies) for ROOT not being added to the build. See the ROOT docs here:
and check that the correct CMake variables/target are being used in the project’s CMakeLists.txt
.