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

Fix CMake pkg-config issue with cURL require #4180

Merged
merged 7 commits into from
Apr 20, 2023
Merged

Commits on Feb 6, 2023

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

Commits on Mar 10, 2023

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

Commits on Apr 11, 2023

  1. Configuration menu
    Copy the full SHA
    1a46c97 View commit details
    Browse the repository at this point in the history
  2. Update cmake pkg-config generating (#4165)

    The name of Curl library is libcurl instead of curl. WITH_SSL also needs
    libcrypto. Requires.private is more appropriate the Requires. Those
    changes are referenced from pc file generated by Make.
    FantasqueX authored Apr 11, 2023
    Configuration menu
    Copy the full SHA
    441e3ec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    72d920d View commit details
    Browse the repository at this point in the history
  4. Update changelog

    emasab committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    e3c891d View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2023

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