summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalGenerator.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2016-06-13 13:54:24 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2016-06-13 13:54:24 (GMT)
commit18e00ac7b918865c38a2e34ee584e18c1126c663 (patch)
tree7383c63f1bf6f4bce043183a670b1102742acbae /Source/cmLocalGenerator.h
parent3b14a4bca417eeafac3daeb306a72dcbba47246e (diff)
parentea5324cd4b570ea757a6da96a7bc85538943e008 (diff)
downloadCMake-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.h1
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;