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

Use CURL::libcurl target if available #192

Merged
merged 1 commit into from
May 24, 2024

Commits on May 23, 2024

  1. Use CURL::libcurl target if available

    If curl's found via CMake config instead of the finder script, it might not set CURL_LIBRARIES.
    
    There's no need to specify CURL_INCLUDE_DIR explicitly if the libcurl target is used as it sets it up implicitly.
    AnyOldName3 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    478b03e View commit details
    Browse the repository at this point in the history