Skip to content

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

Merged
matlabbe merged 1 commit intointrolab:masterfrom
tomaja:master
Oct 6, 2024
Merged

Update iOS app's install_deps.sh to remove PCL's SSE dependency#1351
matlabbe merged 1 commit intointrolab:masterfrom
tomaja:master

Conversation

@tomaja
Copy link
Copy Markdown
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
Copy Markdown
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
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