Skip to content

Commit 50db4b6

Browse files
authored
doc comment
1 parent 53553d5 commit 50db4b6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

conanfile.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ def _grpc_requires(self):
5757

5858
def requirements(self):
5959
if self.settings.os == "Windows":
60+
# This is temporary pending the resolution of a windows compilation
61+
# issue on boost 1.88.0
6062
self.requires('boost/[>=1.74.0 <1.88.0]', transitive_headers=True)
6163
else:
6264
self.requires('boost/[>=1.74.0]', transitive_headers=True)

0 commit comments

Comments
 (0)