From 316f981bb0520a3c91174eb1fbc69496e6cfea63 Mon Sep 17 00:00:00 2001 From: Robin Leroy Date: Thu, 1 Feb 2018 23:54:40 +0100 Subject: [PATCH] Try to prevent races in the build --- google_glog.props | 3 ++- google_protobuf.props | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/google_glog.props b/google_glog.props index 0f01c30815..e8650faaa5 100644 --- a/google_glog.props +++ b/google_glog.props @@ -14,6 +14,7 @@ + DestinationFolder="$(OutDir)" + SkipUnchangedFiles="true"/> \ No newline at end of file diff --git a/google_protobuf.props b/google_protobuf.props index ef80e0baed..1a55bed5af 100644 --- a/google_protobuf.props +++ b/google_protobuf.props @@ -16,6 +16,7 @@ + DestinationFolder="$(OutDir)" + SkipUnchangedFiles="true"/> \ No newline at end of file