-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[boost] visibility #4453
[boost] visibility #4453
Conversation
Signed-off-by: SSE4 <[email protected]>
Signed-off-by: SSE4 <[email protected]>
Automatically created by bincrafters-conventions 0.30.2
@@ -370,10 +372,10 @@ def requirements(self): | |||
if self._with_lzma: | |||
self.requires("xz_utils/5.2.5") | |||
if self._with_zstd: | |||
self.requires("zstd/1.4.5") | |||
self.requires("zstd/1.4.8") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
auto-added by conventions
|
||
if self._with_icu: | ||
self.requires("icu/68.1") | ||
self.requires("icu/68.2") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
auto-added by conventions
I detected other pull requests that are modifying boost/all recipe:
This message is automatically generated by https://github.com/ericLemanissier/conan-center-conflicting-prs so don't hesitate to report issues/improvements there. |
Some configurations of 'boost/1.75.0' failed in build 2 (
|
All green in build 3 (
|
Specify library name and version: boost/all
closes: #4093
closes: #3747
more details on this feature:
therefore, no longer manually set visibility for iOS and add a new
visibility
option to let users control the visibility.conan-center hook activated.