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: Make configure file naming consistent #13823

Merged
merged 1 commit into from
May 26, 2022

Commits on May 26, 2022

  1. CMake: Make configure file naming consistent

    Configure file are including and processed in alphabetical order.
    
    However, in order to allow for feature dependencies we have to include
    some configure files before others. We have solved this by numbering
    some of the configure files in order to force them to be processed
    before others.
    
    This pull requests makes this numbering a bit more consistent by
    
     - numbering _all_ of the configure files with a default number of 50,
       and configure files that have to be processed earlier taking up a
       number between 40 and 00.
    
     - increasing the numbering from one digit to two digits to accomodate
       a possible future need to adjust the inclusion order a bit better.
    tamiko committed May 26, 2022
    Configuration menu
    Copy the full SHA
    58998a2 View commit details
    Browse the repository at this point in the history