mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-08 15:19:51 -05:00
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:
@@ -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@"
|
||||
|
||||
Reference in New Issue
Block a user