summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalGenerator.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2023-02-07 14:49:29 (GMT)
committerKitware Robot <kwrobot@kitware.com>2023-02-07 14:49:49 (GMT)
commit9bef06d0a58d0b20c1bf11e005a9898c05e2eb14 (patch)
treea4444f9dcaa1a5fbe94ecf05aafe0b8f8916722e /Source/cmLocalGenerator.cxx
parent921d8c4d6485f87d8d37c6c488dbb4a20a640032 (diff)
parent480b3637243d89f59906bee794ababc7cecc220e (diff)
downloadCMake-9bef06d0a58d0b20c1bf11e005a9898c05e2eb14.zip
CMake-9bef06d0a58d0b20c1bf11e005a9898c05e2eb14.tar.gz
CMake-9bef06d0a58d0b20c1bf11e005a9898c05e2eb14.tar.bz2
Merge topic 'custom-command-policies'
480b363724 cmCustomCommand: Refactor custom command-specific policy values Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !8168
Diffstat (limited to 'Source/cmLocalGenerator.cxx')
-rw-r--r--Source/cmLocalGenerator.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmLocalGenerator.cxx b/Source/cmLocalGenerator.cxx
index 75ec694..15bcd02 100644
--- a/Source/cmLocalGenerator.cxx
+++ b/Source/cmLocalGenerator.cxx
@@ -2841,7 +2841,6 @@ void cmLocalGenerator::CopyPchCompilePdb(
auto cc = cm::make_unique<cmCustomCommand>();
cc->SetCommandLines(commandLines);
cc->SetComment(no_message);
- cc->SetCMP0116Status(cmPolicies::NEW);
cc->SetStdPipesUTF8(true);
if (this->GetGlobalGenerator()->IsVisualStudio()) {