Skip to content

Fix iOS CMake project generation error#8244

Closed
ifiddynine wants to merge 2 commits into
curl:masterfrom
ifiddynine:patch-1
Closed

Fix iOS CMake project generation error#8244
ifiddynine wants to merge 2 commits into
curl:masterfrom
ifiddynine:patch-1

Conversation

@ifiddynine

Copy link
Copy Markdown
Contributor

Small change to be compatible with recent CMake defaults.

@bagder bagder added the cmake label Jan 8, 2022
Comment thread CMake/OtherTests.cmake Outdated
@bagder bagder closed this in d148312 Jan 8, 2022
@bagder

bagder commented Jan 8, 2022

Copy link
Copy Markdown
Member

Thanks!

vszakats added a commit that referenced this pull request Aug 29, 2024
Drop Apple-specific detection logic for `poll()`. This detection snippet
has been disabled for Apple in both configure and cmake, for `poll()`
being broken on Apple since 10.12 Sierra (2016).

Also replace `exit(1);` with `return 1;` in configure, to make the
snippets match.

Added in 9297ca4 #1057 (2016-10-11).

Disabled for:
configure/darwin in a34c7ce (2016-10-18)
cmake/macOS in 825911b #7619
cmake/iOS in d148312 #8244
cmake/all Apple in a86254b #12515

Closes #14718
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Development

Successfully merging this pull request may close these issues.

2 participants