aboutsummaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rw-r--r--build/Common.targets2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/Common.targets b/build/Common.targets
index 6b7283fe..07b93ebd 100644
--- a/build/Common.targets
+++ b/build/Common.targets
@@ -58,7 +58,7 @@
</Target>
<!--## Benchmark ##-->
- <Target Name="_GenerateBenchmarkSource" DependsOnTargets="_Clean">
+ <Target Name="_GenerateBenchmarkSource" DependsOnTargets="_Clean;_Compile">
<PropertyGroup>
<Args>$(BenchmarkProtosDirectory)\google_size.proto $(BenchmarkProtosDirectory)\google_speed.proto</Args>
</PropertyGroup>