Make CMake version dirty state available to code

Set `CMake_VERSION_IS_DIRTY` to 1 or 0 depending on whether the CMake
source tree is considered dirty or not.
This commit is contained in:
Tobias Hunger
2016-07-08 11:40:16 +02:00
committed by Brad King
parent 6a077b5d63
commit af0e1cd4cb
3 changed files with 8 additions and 1 deletions
+1
View File
@@ -13,4 +13,5 @@
#define CMake_VERSION_MINOR @CMake_VERSION_MINOR@
#define CMake_VERSION_PATCH @CMake_VERSION_PATCH@
#define CMake_VERSION_SUFFIX "@CMake_VERSION_SUFFIX@"
#define CMake_VERSION_IS_DIRTY @CMake_VERSION_IS_DIRTY@
#define CMake_VERSION "@CMake_VERSION@"