Skip to content

Commit

Permalink
fix: metrics def
Browse files Browse the repository at this point in the history
  • Loading branch information
dudantas authored Oct 17, 2024
1 parent ddcc325 commit 42f191a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vcproj/settings.props
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
</CANARY_LIBDEPS_D>
</PropertyGroup>

<PropertyGroup Condition="'$(FEATURE_METRICS_DEFINED)' == 'true'">
<PropertyGroup Condition="'$(FEATURE_METRICS)' == 'true'">
<OPENTELEMETRY_LIBS>
opentelemetry_common.lib;
opentelemetry_exporter_in_memory.lib;
Expand Down

0 comments on commit 42f191a

Please sign in to comment.