-
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] update usage of tools.apple_deployment_target_flag #4461
[boost] update usage of tools.apple_deployment_target_flag #4461
Conversation
This comment has been minimized.
This comment has been minimized.
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. |
Signed-off-by: SSE4 <[email protected]>
5c7eb4a
to
9da90e3
Compare
Automatically created by bincrafters-conventions 0.30.2
@@ -370,10 +370,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
This comment has been minimized.
This comment has been minimized.
All green in build 5 (
|
conan-io/conan#8263 adds
os.sdk
sub-setting, conan-io/conan#8264 addsos.subsystem
sub-setting, they need to be passed to the tools.apple_deployment_target_flagSpecify library name and version: boost/all
conan-center hook activated.