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

Fix CMAKE_IOS_INSTALL_COMBINED on Xcode 12+ #609

Merged
merged 1 commit into from
Sep 11, 2022

Conversation

hjmallon
Copy link

@hjmallon hjmallon commented Sep 7, 2022

  • According to https://gitlab.kitware.com/cmake/cmake/-/issues/21282

  • Use cmake --install . rather than --build . --target install to avoid database is locked error.

  • I've checked this Git style guide. [Yes]

  • I've checked this CMake style guide. [Yes]

  • My change will work with CMake 3.2 (minimum requirement for Hunter). [Yes]

  • I will try to keep this pull request as small as possible and will try not to mix unrelated features. [Yes]


* According to https://gitlab.kitware.com/cmake/cmake/-/issues/21282
* Use cmake --install . rather than --build . --target install to avoid
  database is locked error.
Copy link

@NeroBurner NeroBurner left a comment

Choose a reason for hiding this comment

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

Thanks for the fix and in-depth documentation!

@NeroBurner
Copy link

Tested locally on Ubuntu 22.04 jammy with the Eigen example and everything still works as expected

@NeroBurner
Copy link

@rbsheth please merge this PR, the set_matrix CI job won't finish, so I can't merge

@NeroBurner NeroBurner added the bug Something isn't working label Sep 9, 2022
@rbsheth rbsheth merged commit 694dfef into cpp-pm:master Sep 11, 2022
@olliwang
Copy link

Now Xcode 14 is officially released, and it cannot work without this fix. Is it possible to release a new hunter version ASAP? Thanks.

@NeroBurner
Copy link

@olliwang
Copy link

@NeroBurner Wow, that's fast. Thank you so much. :)

@hjmallon hjmallon deleted the _hm_ios_install_fix branch February 8, 2023 16:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants