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

include missing GNUInstallDirs #105

Open
wants to merge 13 commits into
base: main
Choose a base branch
from

Commits on May 7, 2022

  1. include missing GNUInstallDirs

    add symlink to Index.cmake to enable use with CPM.cmake module too
    ClausKlein committed May 7, 2022
    Configuration menu
    Copy the full SHA
    38555e3 View commit details
    Browse the repository at this point in the history
  2. only to show the problem!

    header only libs should not depend on private project_options
    ClausKlein committed May 7, 2022
    Configuration menu
    Copy the full SHA
    766ca04 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    af6b9d2 View commit details
    Browse the repository at this point in the history
  4. setup C compiler again

    no idea why needed?
    ClausKlein committed May 7, 2022
    Configuration menu
    Copy the full SHA
    fc89cf6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cb6a36a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5ee1b4b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7a2735a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e8138db View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bd43a45 View commit details
    Browse the repository at this point in the history
  10. include(GNUInstallDirs) has to be after project()

    ENABLE_INTERPROCEDURAL_OPTIMIZATION must be set in all compilation untis!
    ClausKlein committed May 7, 2022
    Configuration menu
    Copy the full SHA
    8c08e9f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b4b8b44 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    95aefb0 View commit details
    Browse the repository at this point in the history
  13. prevent long build time on OSX

    disable doxygen
    rebased with master
    tested with cmake 3.23 on OSX
    ClausKlein committed May 7, 2022
    Configuration menu
    Copy the full SHA
    9662284 View commit details
    Browse the repository at this point in the history