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

cleanup cmake files to be a little more moderen #659

Merged
merged 8 commits into from
Nov 17, 2020

Commits on Nov 13, 2020

  1. cleanup cmake files to be a little more moderen

    keep the source tree free of build artifacts
    cmakelint the cmake files too
    ClausKlein committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    7d81c71 View commit details
    Browse the repository at this point in the history
  2. fix cmake setup errors on CI

    fix APPLE clang builds too
    ClausKlein committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    e7a475f View commit details
    Browse the repository at this point in the history
  3. CI needs support for realy history cmake V3.6

    fix typo in cmake files using add_test() commnds
    ClausKlein committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    92039d0 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2020

  1. One step more to use modern cmake

    Prevent to modifiy compile and linker FLAGS and to set global includes
    pathes
    ClausKlein committed Nov 14, 2020
    Configuration menu
    Copy the full SHA
    44bcb9c View commit details
    Browse the repository at this point in the history
  2. fix CI build problems with older cmake versions

    prepare cleanup cmake list file
    ClausKlein committed Nov 14, 2020
    Configuration menu
    Copy the full SHA
    c96810d View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2020

  1. final cleanup

    use Config.cmake.in and install hole cmake config files
    ClausKlein committed Nov 15, 2020
    Configuration menu
    Copy the full SHA
    a02564e View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2020

  1. Fix cpp17 PORTABILITY_TEST linker problem

    add missed target_link_libraries()
    ClausKlein committed Nov 16, 2020
    Configuration menu
    Copy the full SHA
    40fdf65 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f7691c6 View commit details
    Browse the repository at this point in the history