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

Commits on Oct 9, 2020

  1. Pass USE_FUSE2 define to apfs-fuse build under macOS

    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
    msbit committed Oct 9, 2020
    Configuration menu
    Copy the full SHA
    b2ea1e7 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2021

  1. Handle macFUSE and OSXFUSE

    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
    msbit committed Jul 5, 2021
    Configuration menu
    Copy the full SHA
    a5017f9 View commit details
    Browse the repository at this point in the history