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

Conversation

AnyOldName3
Copy link
Contributor

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 CURL::libcurl target is used as it sets it up implicitly.

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.
@robertosfield robertosfield merged commit ad76378 into vsg-dev:master May 24, 2024
@robertosfield
Copy link
Collaborator

Do you think this might help issue #191?

@AnyOldName3
Copy link
Contributor Author

Looks like it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants