fire v0.19.0
Framework for sImulation and Reconstruction of Events
fire::version Namespace Reference

Housing for variables defined by CMake at configuration. More...

Variables

constexpr std::string_view GIT_SHA1 = "${GIT_SHA1}"
 The git commit sha for this installation of fire.
 
constexpr std::string_view VERSION = "${PROJECT_VERSION}"
 the recorded CMake version of fire More...
 

Detailed Description

Housing for variables defined by CMake at configuration.

The version namespace holds variables that are configured by CMake when the package is configured during the build process

Variable Documentation

◆ VERSION

constexpr std::string_view fire::version::VERSION = "${PROJECT_VERSION}"
constexpr

the recorded CMake version of fire

This is defined by the VERSION keyword in the 'project' command in CMakeLists.txt.