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: Bugfix and other improvements after bumping CMake up to 3.13 #1239

Merged
merged 7 commits into from
Apr 27, 2023

Commits on Apr 20, 2023

  1. cmake: Use SameMinorVersion compatibility mode

    Available in CMake 3.11+.
    hebasto committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    8a8b653 View commit details
    Browse the repository at this point in the history
  2. cmake: Add DESCRIPTION and HOMEPAGE_URL options to project command

    `DESCRIPTION` is available in CMake 3.9+.
    `HOMEPAGE_URL` is available in CMake 3.12+.
    hebasto committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    04d4cc0 View commit details
    Browse the repository at this point in the history
  3. cmake: Use recommended add_compile_definitions command

    Available in CMake 3.12+.
    hebasto committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    8c20170 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9f8703e View commit details
    Browse the repository at this point in the history
  5. cmake: Use dedicated GENERATOR_IS_MULTI_CONFIG property

    Available in CMake 3.9+.
    hebasto committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    2445808 View commit details
    Browse the repository at this point in the history
  6. cmake: Use if(... IN_LIST ...) command

    Available in CMake 3.3+.
    hebasto committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    6a58b48 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a273d74 View commit details
    Browse the repository at this point in the history