We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53553d5 commit 50db4b6Copy full SHA for 50db4b6
conanfile.py
@@ -57,6 +57,8 @@ def _grpc_requires(self):
57
58
def requirements(self):
59
if self.settings.os == "Windows":
60
+ # This is temporary pending the resolution of a windows compilation
61
+ # issue on boost 1.88.0
62
self.requires('boost/[>=1.74.0 <1.88.0]', transitive_headers=True)
63
else:
64
self.requires('boost/[>=1.74.0]', transitive_headers=True)
0 commit comments