diff options
author | Stephen Kelly <steveire@gmail.com> | 2016-06-09 07:58:21 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2016-06-12 17:01:45 (GMT) |
commit | 096c7754b3b7edd2e69f79b81b06539e5c9314f3 (patch) | |
tree | 1d0ff09bc84c9b7a1262f1ef0c59b8a561fa4cc4 /Source/cmLocalGenerator.h | |
parent | acf0c0f4446e6d3cee8b00a7ebc39d5d8040e42d (diff) | |
download | CMake-096c7754b3b7edd2e69f79b81b06539e5c9314f3.zip CMake-096c7754b3b7edd2e69f79b81b06539e5c9314f3.tar.gz CMake-096c7754b3b7edd2e69f79b81b06539e5c9314f3.tar.bz2 |
cmLocalGenerator: Store Backtrace for the directory
Don't rely on cmMakefile to provide that. Use it to issue messages.
Diffstat (limited to 'Source/cmLocalGenerator.h')
-rw-r--r-- | Source/cmLocalGenerator.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmLocalGenerator.h b/Source/cmLocalGenerator.h index ac2ebce..8e5563c 100644 --- a/Source/cmLocalGenerator.h +++ b/Source/cmLocalGenerator.h @@ -368,6 +368,7 @@ protected: cmMakefile* Makefile; cmState::Snapshot StateSnapshot; + cmListFileBacktrace DirectoryBacktrace; cmGlobalGenerator* GlobalGenerator; std::map<std::string, std::string> UniqueObjectNamesMap; std::string::size_type ObjectPathMax; |