fire v0.19.0
Framework for sImulation and Reconstruction of Events
|
Configure file used by CMake to generate a header file that defines software related constants e.g. More...
#include <string_view>
Namespaces | |
namespace | fire::version |
Housing for variables defined by CMake at configuration. | |
Macros | |
#define | FIRE_VERSION_HPP |
#define | fire_USE_ROOT |
Configuration-level decision on whether fire can read ROOT files or not. More... | |
Variables | |
constexpr std::string_view | fire::version::GIT_SHA1 = "${GIT_SHA1}" |
The git commit sha for this installation of fire. | |
constexpr std::string_view | fire::version::VERSION = "${PROJECT_VERSION}" |
the recorded CMake version of fire More... | |
Configure file used by CMake to generate a header file that defines software related constants e.g.
git SHA-1.
#define fire_USE_ROOT |
Configuration-level decision on whether fire can read ROOT files or not.
This is configured into
if fire_USE_ROOT evaulatese to true in the CMake context.