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

Clean up CMake direct VFD handling #4161

Merged
merged 4 commits into from
Mar 19, 2024

Commits on Mar 16, 2024

  1. Clean up CMake direct VFD handling

    There's no need to build and run programs, or even check the operating
    system. We just need to check for O_DIRECT and posix_memalign().
    derobins committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    c2577dd View commit details
    Browse the repository at this point in the history
  2. CMake tweaks

    derobins committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    a380be7 View commit details
    Browse the repository at this point in the history
  3. Why is the CMake indent 2?

    derobins committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    a782cb7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b64e82b View commit details
    Browse the repository at this point in the history