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 string handling in cmake regex for CPUINFO #278

Merged
merged 1 commit into from
Oct 5, 2023

Commits on Oct 5, 2023

  1. Fix string handling in cmake regex for CPUINFO

    CPUINFO could be an empty string on some platforms, for example,
    on macOS aarch32 (Apple Silicon).
    
    In this case you'll be getting errors like
    "string sub-command REGEX, mode REPLACE needs at least
    6 arguments total to command"
    
    Add quotes to properly handle empty CPUINFO
    dlebed committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    ed17c0a View commit details
    Browse the repository at this point in the history