summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2020-05-11 16:03:45 (GMT)
committerBrad King <brad.king@kitware.com>2020-05-11 16:03:45 (GMT)
commit9cd0523a33d22cee8af79d44d54cffdabe526bbc (patch)
tree6ecefc977d13ad453b4fdfec2a6b0dd80ae2caed /Source
parent68f60c073f676b0cb343c3c0d98183a7ed3287a8 (diff)
parent6b2fb4ffd2e34093e54db0d5e2dac0fa17eacdf0 (diff)
downloadCMake-9cd0523a33d22cee8af79d44d54cffdabe526bbc.zip
CMake-9cd0523a33d22cee8af79d44d54cffdabe526bbc.tar.gz
CMake-9cd0523a33d22cee8af79d44d54cffdabe526bbc.tar.bz2
Merge branch 'vs-pch-compile-opts' into release-3.16
Merge-request: !4734
Diffstat (limited to 'Source')
-rw-r--r--Source/cmVisualStudio10TargetGenerator.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmVisualStudio10TargetGenerator.cxx b/Source/cmVisualStudio10TargetGenerator.cxx
index f220ea5..b33cb50 100644
--- a/Source/cmVisualStudio10TargetGenerator.cxx
+++ b/Source/cmVisualStudio10TargetGenerator.cxx
@@ -2345,7 +2345,7 @@ void cmVisualStudio10TargetGenerator::OutputSourceSpecificFlags(
pchOptions =
this->GeneratorTarget->GetPchUseCompileOptions(config, lang);
}
- customAndPchOptions += pchOptions;
+ customAndPchOptions = cmStrCat(customAndPchOptions, ';', pchOptions);
}
// if we have flags or defines for this config then