diff options
author | Brad King <brad.king@kitware.com> | 2021-02-02 20:01:50 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2021-02-02 20:02:08 (GMT) |
commit | 8d379e7406dc6fc5b824cf9a286ee52360379b11 (patch) | |
tree | 15d5f1572f67439e161f183bbeaff6fe7ed31621 /Source/cmMakefileTargetGenerator.cxx | |
parent | 7cbaf6d87a9fe5bce98d7fad5cf7bc999fc4dc15 (diff) | |
download | CMake-8d379e7406dc6fc5b824cf9a286ee52360379b11.zip CMake-8d379e7406dc6fc5b824cf9a286ee52360379b11.tar.gz CMake-8d379e7406dc6fc5b824cf9a286ee52360379b11.tar.bz2 |
Revert "PCH: Remove restrictions for REUSE_FROM signature for MSVC"
This reverts commit 9f060971411aca979807f70307d8b9fe1b43ff24.
It was merged accidentally.
Diffstat (limited to 'Source/cmMakefileTargetGenerator.cxx')
-rw-r--r-- | Source/cmMakefileTargetGenerator.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Source/cmMakefileTargetGenerator.cxx b/Source/cmMakefileTargetGenerator.cxx index 4918bf6..adf40b0 100644 --- a/Source/cmMakefileTargetGenerator.cxx +++ b/Source/cmMakefileTargetGenerator.cxx @@ -815,10 +815,6 @@ void cmMakefileTargetGenerator::WriteObjectRuleFiles( // avoiding a trailing backslash in the argument. targetOutPathCompilePDB.back() = '/'; } - - std::string compilePdbOutputPath = - this->GeneratorTarget->GetCompilePDBDirectory(this->GetConfigName()); - cmSystemTools::MakeDirectory(compilePdbOutputPath); } cmRulePlaceholderExpander::RuleVariables vars; vars.CMTargetName = this->GeneratorTarget->GetName().c_str(); |