diff options
author | Deniz Bahadir <dbahadir@benocs.com> | 2020-09-22 12:00:03 (GMT) |
---|---|---|
committer | Deniz Bahadir <dbahadir@benocs.com> | 2020-09-22 12:00:03 (GMT) |
commit | d575ecc9dedd214ebd941913b81124a674be5008 (patch) | |
tree | 1d91aeaa2122e6740af8477cc3aa87bd636a2ca7 /Source/cmGeneratorTarget.h | |
parent | 2c896c381ba1031b888b6896b89cf13ae5948889 (diff) | |
download | CMake-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.h | 2 |
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, |