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: TRY_RUN() invoked in cross-compiling mode #3292
Comments
@bagder regarding this issue. |
Looks like the issue is related to this |
The check tries to see if the |
@bagder hmm... but according to reference I've provided this check is disabled for APPLE targets... |
@bagder Anyway my proposal is the same - should remove |
BTW, someone should enable |
|
@bagder Going back to our discussion. |
Yeah. I think that's a mistake but I figure it is also rarely a big deal if poll or select is used...
For cross-compiling that would certainly help, or users have to edit |
I did this
Build for android using the cmake build files. See #3268 and in particular this build failure.
Towards the end of the cmake run it says
I expected the following
The build to succeed
curl/libcurl version
git master
operating system
a build for Android on Windows
The text was updated successfully, but these errors were encountered: