fire v0.19.0
Framework for sImulation and Reconstruction of Events
Version.h.in File Reference

Configure file used by CMake to generate a header file that defines software related constants e.g. More...

#include <string_view>
Include dependency graph for Version.h.in:

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...
 

Detailed Description

Configure file used by CMake to generate a header file that defines software related constants e.g.

git SHA-1.

Macro Definition Documentation

◆ fire_USE_ROOT

#define fire_USE_ROOT

Configuration-level decision on whether fire can read ROOT files or not.

This is configured into

#define fire_USE_ROOT

if fire_USE_ROOT evaulatese to true in the CMake context.