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

Add SLEEF_BUILD_SHARED_LIBS to override BUILD_SHARED_LIBS from including projects #531

Merged
merged 4 commits into from Mar 18, 2024

Commits on Mar 16, 2024

  1. Set the CMake minimum version and project as early as possible

    Also uses the standard version variables. Replaced PATCHLEVEL by
    PATCH except in #define'd macros (to preserve API).
    
    Replaced languages list with enable_language.
    
    Removed policy options that do not affect runtime (because they
    are enabled by the minimum version, anyway)
    alexreinking committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    363b79a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa032f1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    592edaf View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Configuration menu
    Copy the full SHA
    5f30e7a View commit details
    Browse the repository at this point in the history