ROOT dictionary generation now also works with ROOT 5 (tested version 5.34/36 on ifarm).
Further, a hcanaConfig.cmake file is generated that can be used for quick and convenient building of user libraries. See the Podd SDK subdirectory for an example.
In addition, this pull request adds CMake support for building hcana against an existing installation of Podd (which also must have been built with CMake). To build in this mode, turn the option HCANA_BUILTIN_PODD off, like so
ROOT dictionary generation now also works with ROOT 5 (tested version 5.34/36 on ifarm).
Further, a hcanaConfig.cmake file is generated that can be used for quick and convenient building of user libraries. See the Podd SDK subdirectory for an example.
In addition, this pull request adds CMake support for building hcana against an existing installation of Podd (which also must have been built with CMake). To build in this mode, turn the option HCANA_BUILTIN_PODD off, like so
The BUILTIN option is ON by default, enabling the Podd submodule, as before.
Requires Podd at commit JeffersonLab/analyzer@34dd368