fix: Only set compile flag for grpc (#2204)

I built all conan packages locally and this flag is only required for
grpc, so let's only set it for grpc.
This is better - it's explicit, and we'll know that if we update grpc
recipe, we can remove this.

I also uploaded all rebuilt packages to the artifactory.
This commit is contained in:
Ayaz Salikhov
2025-06-10 15:57:23 +01:00
committed by GitHub
parent 2d172f470d
commit d3c98ab2a8

View File

@@ -37,7 +37,7 @@ compiler.version=16
os=Macos
[conf]
tools.build:cxxflags+=["-Wno-missing-template-arg-list-after-template-kw"]
grpc/1.50.1:tools.build:cxxflags+=["-Wno-missing-template-arg-list-after-template-kw"]
```
**Linux gcc-12 example**: