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 warning fixes. #65

Merged
merged 3 commits into from
Jun 24, 2023
Merged

CMake warning fixes. #65

merged 3 commits into from
Jun 24, 2023

Commits on Jun 23, 2023

  1. Fix CMake warning: call cmake_minimum_required() before project()

    cmake_minimum_required() should be called prior to this top-level project() call.
    
    Signed-off-by: Steffen Pankratz <[email protected]>
    kratz00 committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    45ca049 View commit details
    Browse the repository at this point in the history
  2. Fix CMake warning: Bump CMAKE_MINIMUM_REQUIRED version

    Compatibility with CMake < 2.8.12 will be removed from a future version of CMake.
    
    Signed-off-by: Steffen Pankratz <[email protected]>
    kratz00 committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    c1bdeb7 View commit details
    Browse the repository at this point in the history
  3. Fix CMake warning: remove OLD behavior for policy CMP0005

    The OLD behavior for policy CMP0005 will be removed from a future version of CMake.
    
    Signed-off-by: Steffen Pankratz <[email protected]>
    kratz00 committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    5c681d2 View commit details
    Browse the repository at this point in the history