summaryrefslogtreecommitdiff
path: root/src/cmake_config_githash.h.in
blob: c72960c9f813b3dcc962baf91f47c47187ead0b9 (plain)
1
2
3
4
5
6
7
8
9
10
// Filled in by the build system
// Separated from cmake_config.h to avoid excessive rebuilds on every commit

#ifndef CMAKE_CONFIG_GITHASH_H
#define CMAKE_CONFIG_GITHASH_H

#define VERSION_GITHASH "@VERSION_GITHASH@"

#endif