summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalGenerator.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2019-05-31 13:03:16 (GMT)
committerKitware Robot <kwrobot@kitware.com>2019-05-31 13:03:28 (GMT)
commit0d025f75c14c0f5a7b7199a0712c958f5703c24e (patch)
tree02d7512e17c6b1bf8d40a38c4252bf5d1caa5e69 /Source/cmLocalGenerator.h
parentebee9ff160569481aed4e0db5cbb3f3ac925c044 (diff)
parent2d0b0e2b9d50aa14ccf345c727b2da73dfba9bd6 (diff)
downloadCMake-0d025f75c14c0f5a7b7199a0712c958f5703c24e.zip
CMake-0d025f75c14c0f5a7b7199a0712c958f5703c24e.tar.gz
CMake-0d025f75c14c0f5a7b7199a0712c958f5703c24e.tar.bz2
Merge topic 'implicit-includes-CPATH'
2d0b0e2b9d Do not exclude include directories made implicit by CPATH Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3395
Diffstat (limited to 'Source/cmLocalGenerator.h')
-rw-r--r--Source/cmLocalGenerator.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmLocalGenerator.h b/Source/cmLocalGenerator.h
index 67e3c58..f0c6806 100644
--- a/Source/cmLocalGenerator.h
+++ b/Source/cmLocalGenerator.h
@@ -429,6 +429,8 @@ protected:
std::string::size_type ObjectPathMax;
std::set<std::string> ObjectMaxPathViolations;
+ std::set<std::string> EnvCPATH;
+
typedef std::unordered_map<std::string, cmGeneratorTarget*>
GeneratorTargetMap;
GeneratorTargetMap GeneratorTargetSearchIndex;