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 install command for Mac and iOS builds #280

Merged
merged 1 commit into from
Aug 19, 2022

Conversation

mattlarose
Copy link
Contributor

Currently, when building for iOS or Mac (in my case, building for iOS, I have CMAKE_SYSTEM_NAME = iOS ), you'll get this error:

CMake Error at programs/CMakeLists.txt:16 (install):
  install TARGETS given no BUNDLE DESTINATION for MACOSX_BUNDLE executable
  target "pocketsphinx_batch".

Reference to doc mentioned in comment: https://cmake.org/cmake/help/latest/prop_tgt/MACOSX_BUNDLE.html#prop_tgt:MACOSX_BUNDLE

@mattlarose
Copy link
Contributor Author

@lenzo-duo FYI

@dhdaines
Copy link
Contributor

Cool, thanks! I can probably add a test of installation to the GitHub actions that runs on Mac OS X...

Copy link
Contributor

@lenzo-ka lenzo-ka left a comment

Choose a reason for hiding this comment

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

LGTM

@dhdaines dhdaines merged commit c6cc877 into cmusphinx:master Aug 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants