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

cmake: use stock Find* modules. #10178

Merged
merged 2 commits into from Jul 7, 2016
Merged

cmake: use stock Find* modules. #10178

merged 2 commits into from Jul 7, 2016

Conversation

tchaikov
Copy link
Contributor

@tchaikov tchaikov commented Jul 7, 2016

No description provided.

Signed-off-by: Kefu Chai <kchai@redhat.com>
Signed-off-by: Kefu Chai <kchai@redhat.com>
find_package(CURL REQUIRED)
set(CMAKE_REQUIRED_INCLUDES ${CURL_INCLUDE_DIRS})
set(CMAKE_REQUIRED_LIBRARIES ${CURL_LIBRARIES})
CHECK_SYMBOL_EXISTS(curl_multi_wait "curl.h" HAVE_CURL_MULTI_WAIT)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you kept the HAVE_CURL_MULTI_WAIT part, looks good 👍

@alimaredia
Copy link
Contributor

Reviewed-by: Ali Maredia amaredia@redhat.com

@alimaredia alimaredia closed this Jul 7, 2016
@alimaredia alimaredia deleted the wip-cmake branch July 7, 2016 19:12
@alimaredia alimaredia restored the wip-cmake branch July 7, 2016 19:24
@alimaredia alimaredia reopened this Jul 7, 2016
@alimaredia alimaredia merged commit 235a72a into master Jul 7, 2016
@alimaredia alimaredia deleted the wip-cmake branch July 7, 2016 19:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants