// This file was created automatically by CMake. #pragma once // Whether or not we retrieved the state of the repo. #define GIT_RETRIEVED_STATE @GIT_RETRIEVED_STATE@ // git describe --tags --match 'v*' #define GIT_DESCRIBE "@GIT_DESCRIBE@" // The SHA1 for the HEAD of the repo. #define GIT_HEAD_SHA1 "@GIT_HEAD_SHA1@" // git rev-parse --short HEAD #define GIT_SHORT_SHA1 "@GIT_SHORT_SHA1@" // Whether or not there were uncommited changes present. #define GIT_IS_DIRTY @GIT_IS_DIRTY@ // When HEAD was committed. #define GIT_COMMIT_DATE_ISO8601 "@GIT_COMMIT_DATE_ISO8601@"