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: auto-detect strtonum #963

Merged
merged 1 commit into from
Dec 12, 2023

Commits on Dec 11, 2023

  1. cmake: auto-detect strtonum

    Notice that just like in autotools, this detection also doesn't take
    into account the targeted OS version. Meaning it detects `strtonum` even
    if targeting e.g. macOS older than release v11 Big Sur (which introduced
    this funcitions), if the SDK declares it. Wrong detection will either
    cause a binary broken on older macOS and/or trigger compiler warnings.
    
    Ref: libressl#928 (comment)
    Ref: libressl#928 (comment)
    
    Prerequisite:
    libressl#928 (comment)
    vszakats committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    0de236a View commit details
    Browse the repository at this point in the history