summaryrefslogtreecommitdiffstats
path: root/Source/cmTarget.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2020-01-16 15:33:41 (GMT)
committerKitware Robot <kwrobot@kitware.com>2020-01-16 15:33:48 (GMT)
commit05738b5f21c95c83dbd25bfb4e8bfc1be5be713a (patch)
tree49c619949293cd44d75883d196692dc6f820e3d1 /Source/cmTarget.cxx
parentc0ac53b90c170e781b085e219dae6cc03cccdfd3 (diff)
parent97c124e30f530f64fafdc2b3a9decd1bf31bcf9c (diff)
downloadCMake-05738b5f21c95c83dbd25bfb4e8bfc1be5be713a.zip
CMake-05738b5f21c95c83dbd25bfb4e8bfc1be5be713a.tar.gz
CMake-05738b5f21c95c83dbd25bfb4e8bfc1be5be713a.tar.bz2
Merge topic 'pch_job_pool'
97c124e30f Ninja: Add a separate job pool for PCH creation ebd0b16ddb vim: Add target_precompile_headers command highlighting Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Cristian Adam <cristian.adam@gmail.com> Merge-request: !4224
Diffstat (limited to 'Source/cmTarget.cxx')
-rw-r--r--Source/cmTarget.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmTarget.cxx b/Source/cmTarget.cxx
index 6590629..ae1393f 100644
--- a/Source/cmTarget.cxx
+++ b/Source/cmTarget.cxx
@@ -513,6 +513,7 @@ cmTarget::cmTarget(std::string const& name, cmStateEnums::TargetType type,
this->GetType() != cmStateEnums::UTILITY) {
initProp("JOB_POOL_COMPILE");
initProp("JOB_POOL_LINK");
+ initProp("JOB_POOL_PRECOMPILE_HEADER");
}
if (impl->TargetType <= cmStateEnums::UTILITY) {