blob: 4d5fcd60f375a6c0a8b9fbf25924c955c93f0a8f (
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 CMAKE_VERSION_GITHASH "@VERSION_GITHASH@"
#endif
|