diff options
author | Brad King <brad.king@kitware.com> | 2019-09-25 16:38:58 +0000 |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2019-09-25 12:39:14 -0400 |
commit | 76ae4c58394c5ec67916f5031e1fe7afca085cfb (patch) | |
tree | 62e8c6e8e0c535236cd1a55e2008bd414b223da8 /Source/cmVisualStudio10TargetGenerator.h | |
parent | a6b379181495794d47cae256dfd94f43fbfe5d48 (diff) | |
parent | 0578239d3a62ffb01a9b8cdb58f704b29725a1ee (diff) | |
download | cmake-76ae4c58394c5ec67916f5031e1fe7afca085cfb.tar.gz |
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
Diffstat (limited to 'Source/cmVisualStudio10TargetGenerator.h')
-rw-r--r-- | Source/cmVisualStudio10TargetGenerator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmVisualStudio10TargetGenerator.h b/Source/cmVisualStudio10TargetGenerator.h index 4dd92eb539..a18a33dd89 100644 --- a/Source/cmVisualStudio10TargetGenerator.h +++ b/Source/cmVisualStudio10TargetGenerator.h @@ -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, |