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

cmake improvements for distros #181

Merged
merged 2 commits into from
Nov 1, 2021

Commits on Oct 25, 2021

  1. cmake: Specify that we use C language

    The CMake default is to enable both C and CXX,
    which leads to build failure if C++ compiler
    is not present in the build environment.
    
    Explicitly stating that we don't need C++
    allows distributions that build their packages
    in controlled environment to get rid of extra
    g++ build dependency.
    iv-m committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    bd57389 View commit details
    Browse the repository at this point in the history
  2. cmake: Add an option to specify the directory for udev rules

    Different distributions have different standards about it,
    so let's add an option for that.
    iv-m committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    25352a2 View commit details
    Browse the repository at this point in the history