diff options
author | Brad King <brad.king@kitware.com> | 2016-04-13 13:41:24 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2016-04-15 14:31:39 (GMT) |
commit | 18b6676bff6d50ebc38c75e7998298fca75a01c5 (patch) | |
tree | a5edb73f6e14285c99c74ae2ae1681b96447c1ba /Source/cmState.h | |
parent | 2faa8b362050c716cc5626f9bb9d8a8612b97f95 (diff) | |
download | CMake-18b6676bff6d50ebc38c75e7998298fca75a01c5.zip CMake-18b6676bff6d50ebc38c75e7998298fca75a01c5.tar.gz CMake-18b6676bff6d50ebc38c75e7998298fca75a01c5.tar.bz2 |
cmState: Add Snapshot method to get bottom of call stack
The bottom of the call stack is always a long-lived snapshot and can be
saved for later use with cmOutputConverter.
Diffstat (limited to 'Source/cmState.h')
-rw-r--r-- | Source/cmState.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmState.h b/Source/cmState.h index ef61406..0cce644 100644 --- a/Source/cmState.h +++ b/Source/cmState.h @@ -75,6 +75,7 @@ public: bool IsValid() const; Snapshot GetBuildsystemDirectoryParent() const; Snapshot GetCallStackParent() const; + Snapshot GetCallStackBottom() const; SnapshotType GetType() const; void SetPolicy(cmPolicies::PolicyID id, cmPolicies::PolicyStatus status); |