Use variables set by find_package(CURL) by marcomagdy · Pull Request #3 · awslabs/aws-lambda-cpp · GitHub
Skip to content

Use variables set by find_package(CURL)#3

Merged
marcomagdy merged 3 commits into
masterfrom
cmake-findpackage
Nov 29, 2018
Merged

Use variables set by find_package(CURL)#3
marcomagdy merged 3 commits into
masterfrom
cmake-findpackage

Conversation

@marcomagdy

Copy link
Copy Markdown
Contributor

Without explicitly linking to , the linker will always pick up libcurl from the system path, which
might not be what we want if we built libcurl from source and installed it elsewhere, for example.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Without explicitly linking to ${CURL_LIBRARIES}, linker will always
pick up libcurl from the system path, which might not be what we want
if we built libcurl from source and installed it elsewhere, for example.
@marcomagdy marcomagdy requested a review from singku November 29, 2018 22:11
This was needed when the custom runtime feature was not yet public.
@marcomagdy marcomagdy merged commit 248d260 into master Nov 29, 2018
@marcomagdy marcomagdy deleted the cmake-findpackage branch November 29, 2018 22:25
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.

1 participant