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

[Bugfix] Fix issue with apple framewords and CMake cached variables #6042

Merged
merged 6 commits into from Nov 7, 2019

Conversation

jgsogo
Copy link
Contributor

@jgsogo jgsogo commented Nov 7, 2019

Changelog: Bugfix: Each Apple framework found using CMake find_library is stored in a different CONAN_FRAMEWORK_<name>_FOUND variable
Docs: omit

Fixes #6035

find_library is not executed if the returning variable to assign already has a value. This PR gives a new name for each variable in the for-loop so the find_library is actually executed for each framework name.

This PR complements #6003

@jgsogo jgsogo added this to the 1.20.3 milestone Nov 7, 2019
@jgsogo jgsogo self-assigned this Nov 7, 2019
@jgsogo jgsogo requested a review from danimtb November 7, 2019 11:42
@jgsogo jgsogo assigned lasote and unassigned jgsogo Nov 7, 2019
Copy link
Contributor

@lasote lasote left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Try to add a test with 2 frameworks and see works ok

@lasote lasote merged commit a04b5cf into conan-io:release/1.20.3 Nov 7, 2019
@lasote lasote removed their assignment Nov 11, 2019
@jgsogo jgsogo deleted the bugfix/6035-apple-frameworks branch November 25, 2019 17:16
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 this pull request may close these issues.

None yet

3 participants