diff options
author | Brad King <brad.king@kitware.com> | 2016-06-13 13:54:24 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2016-06-13 13:54:24 (GMT) |
commit | 18e00ac7b918865c38a2e34ee584e18c1126c663 (patch) | |
tree | 7383c63f1bf6f4bce043183a670b1102742acbae /Source/cmLocalGenerator.h | |
parent | 3b14a4bca417eeafac3daeb306a72dcbba47246e (diff) | |
parent | ea5324cd4b570ea757a6da96a7bc85538943e008 (diff) | |
download | CMake-18e00ac7b918865c38a2e34ee584e18c1126c663.zip CMake-18e00ac7b918865c38a2e34ee584e18c1126c663.tar.gz CMake-18e00ac7b918865c38a2e34ee584e18c1126c663.tar.bz2 |
Merge topic 'avoid-cmMakefile-IssueMessage-after-configure'
ea5324cd cmMakefile: Port messages for compile features to cmake
df8c3130 cmGlobalGenerator: Don't use cmMakefile::IssueMessage after configure
946d1e50 cmMakefile: Avoid IssueMessage after configure is finished
096c7754 cmLocalGenerator: Store Backtrace for the directory
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 55b8794..af561f6 100644 --- a/Source/cmLocalGenerator.h +++ b/Source/cmLocalGenerator.h @@ -373,6 +373,7 @@ protected: cmMakefile* Makefile; cmState::Snapshot StateSnapshot; + cmListFileBacktrace DirectoryBacktrace; cmGlobalGenerator* GlobalGenerator; std::map<std::string, std::string> UniqueObjectNamesMap; std::string::size_type ObjectPathMax; |