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

macOS detect FUSE package #152

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

macOS detect FUSE package #152

wants to merge 2 commits into from

Conversation

msbit
Copy link

@msbit msbit commented Jul 5, 2021

This builds on, and includes, #134 to handle the migration of OSXFUSE to macFUSE, as it installs the headers and libraries in different locations. It also checks whether either of the packages are installed, and errors out if neither are.

As the OSXFUSE version of FUSE is v2, add the same call to
`target_compile_definitions` in the check for `APPLE` as for the
check against `USE_FUSE2` when `APPLE` isn't defined
With the change of project from OSXFUSE to macFUSE, the header and
library paths have changed, so update the CMake configuration to
handle both, and to properly error out if neither are found under
macOS
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

1 participant