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: Modernize DEAL_II_PACKAGE_HANDLE macro and clean up Find*.cmake files #13325

Merged
merged 10 commits into from
Feb 7, 2022

Commits on Feb 5, 2022

  1. Require CMake 3.3 or newer

    tamiko committed Feb 5, 2022
    Configuration menu
    Copy the full SHA
    47fbd14 View commit details
    Browse the repository at this point in the history
  2. CMake: Modernize DEAL_II_PACKAGE_HANDLE macro

     * simplify logic by removing unnecessary booleans
    
     * use temporary variables to accumulate lists/string and override
       canonical names at end
    tamiko committed Feb 5, 2022
    Configuration menu
    Copy the full SHA
    95adf9c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    30d1b3f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5361a3d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    482893e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    da8cf45 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    852531a View commit details
    Browse the repository at this point in the history
  8. CMake: Finish refactoring of PACKAGE_HANDLE macro

     - address FIXMEs
     - address reviews
    tamiko committed Feb 5, 2022
    Configuration menu
    Copy the full SHA
    f3d1657 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    74d4e9c View commit details
    Browse the repository at this point in the history
  10. add a changelog entry

    tamiko committed Feb 5, 2022
    Configuration menu
    Copy the full SHA
    0cc9960 View commit details
    Browse the repository at this point in the history