diff options
author | Brad King <brad.king@kitware.com> | 2023-02-07 14:49:29 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2023-02-07 14:49:49 (GMT) |
commit | 9bef06d0a58d0b20c1bf11e005a9898c05e2eb14 (patch) | |
tree | a4444f9dcaa1a5fbe94ecf05aafe0b8f8916722e /Source/cmLocalGenerator.cxx | |
parent | 921d8c4d6485f87d8d37c6c488dbb4a20a640032 (diff) | |
parent | 480b3637243d89f59906bee794ababc7cecc220e (diff) | |
download | CMake-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.cxx | 1 |
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()) { |