Skip to content
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

[conan center] advice to use cpp_info.frameworks instead of cpp_info.exe_link_flags #108

Open
SSE4 opened this issue Oct 15, 2019 · 0 comments · May be fixed by #113
Open

[conan center] advice to use cpp_info.frameworks instead of cpp_info.exe_link_flags #108

SSE4 opened this issue Oct 15, 2019 · 0 comments · May be fixed by #113

Comments

@SSE4
Copy link
Contributor

SSE4 commented Oct 15, 2019

some old recipes use code like:

self.cpp_info.shared_link_flags.append("-framework CoreAudio")

since conan 1.19, it's better to use just:

self.cpp_info.frameworks.append("CoreAudio")

the hook may advice the new systax over the old one

uilianries added a commit to uilianries/hooks that referenced this issue Oct 18, 2019
uilianries added a commit to uilianries/hooks that referenced this issue Nov 1, 2019
uilianries added a commit to uilianries/hooks that referenced this issue Nov 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant