summaryrefslogtreecommitdiffstats
path: root/Source/cmGeneratorTarget.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2020-06-01 11:44:28 (GMT)
committerKitware Robot <kwrobot@kitware.com>2020-06-01 11:44:35 (GMT)
commit3020decbffba27a7525211293d40d0411b504d9e (patch)
treee5362c0b04049f44f6a955cff49804dc99ac4759 /Source/cmGeneratorTarget.cxx
parentb763a5e3257aa6bdda989f67ed2157717a0a583e (diff)
parent902858367f27e52a3693f8e65573621d9382ac88 (diff)
downloadCMake-3020decbffba27a7525211293d40d0411b504d9e.zip
CMake-3020decbffba27a7525211293d40d0411b504d9e.tar.gz
CMake-3020decbffba27a7525211293d40d0411b504d9e.tar.bz2
Merge topic 'pch-fix-bad-ClearSourcesCache'
902858367f Merge branch 'backport-3.16-pch-fix-bad-ClearSourcesCache' fa7b041eca PCH: Fix logic error that incorrectly clears sources during VS generation Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4815
Diffstat (limited to 'Source/cmGeneratorTarget.cxx')
-rw-r--r--Source/cmGeneratorTarget.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/cmGeneratorTarget.cxx b/Source/cmGeneratorTarget.cxx
index 802b613..39224d1 100644
--- a/Source/cmGeneratorTarget.cxx
+++ b/Source/cmGeneratorTarget.cxx
@@ -3859,8 +3859,6 @@ std::string cmGeneratorTarget::GetPchFileObject(const std::string& config,
}
std::string& filename = inserted.first->second;
- this->AddSource(pchSource, true);
-
auto pchSf = this->Makefile->GetOrCreateSource(
pchSource, false, cmSourceFileLocationKind::Known);