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

Update iOS app's install_deps.sh to remove PCL's SSE dependency #1351

Merged
merged 1 commit into from
Oct 6, 2024

Conversation

tomaja
Copy link
Contributor

@tomaja tomaja commented Oct 6, 2024

Hi, I tried building the ios demo application and install_deps.sh was failing while trying to build PCL.
CMake was failing to produce XCode project because the check for SSE support was failing. I removed it, since as far as I know, it's not required for aarch64 builds.
Project builds nicely after updating the script.

@matlabbe
Copy link
Member

matlabbe commented Oct 6, 2024

That solution is better than my workaround in my other PR (#1340, calling a second time cmake), I'll merge to use your approach. Thanks!

@matlabbe matlabbe merged commit 409ef73 into introlab:master Oct 6, 2024
6 of 7 checks passed
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.

2 participants