Merge topic 'vs-16.4-custom-commands'

0578239d3a VS: Tell VS 16.4 not to verify SYMBOLIC custom command outputs

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !3860
This commit is contained in:
Brad King
2019-09-25 16:38:58 +00:00
committed by Kitware Robot
2 changed files with 17 additions and 3 deletions
+1 -1
View File
@@ -142,7 +142,7 @@ private:
std::string const& script,
std::string const& additional_inputs,
std::string const& outputs,
std::string const& comment);
std::string const& comment, bool symbolic);
void WriteCustomRuleCSharp(Elem& e0, std::string const& config,
std::string const& commandName,
std::string const& script,