summaryrefslogtreecommitdiffstats
path: root/Source/cmGeneratorTarget.h
diff options
context:
space:
mode:
authorDeniz Bahadir <dbahadir@benocs.com>2020-09-22 12:00:03 (GMT)
committerDeniz Bahadir <dbahadir@benocs.com>2020-09-22 12:00:03 (GMT)
commitd575ecc9dedd214ebd941913b81124a674be5008 (patch)
tree1d91aeaa2122e6740af8477cc3aa87bd636a2ca7 /Source/cmGeneratorTarget.h
parent2c896c381ba1031b888b6896b89cf13ae5948889 (diff)
downloadCMake-d575ecc9dedd214ebd941913b81124a674be5008.zip
CMake-d575ecc9dedd214ebd941913b81124a674be5008.tar.gz
CMake-d575ecc9dedd214ebd941913b81124a674be5008.tar.bz2
cmGeneratorTarget: Better name for internal variable
Diffstat (limited to 'Source/cmGeneratorTarget.h')
-rw-r--r--Source/cmGeneratorTarget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGeneratorTarget.h b/Source/cmGeneratorTarget.h
index 330d784..4741b2a 100644
--- a/Source/cmGeneratorTarget.h
+++ b/Source/cmGeneratorTarget.h
@@ -1069,7 +1069,7 @@ private:
mutable bool DebugLinkDirectoriesDone;
mutable bool DebugPrecompileHeadersDone;
mutable bool DebugSourcesDone;
- mutable bool LinkImplementationLanguageIsContextDependent;
+ mutable bool SourcesAreContextDependent;
mutable bool UtilityItemsDone;
bool ComputePDBOutputDir(const std::string& kind, const std::string& config,