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

Disable fork/exec on tvOS and watchOS #140

Closed
paulocoutinhox opened this issue Aug 12, 2022 · 4 comments
Closed

Disable fork/exec on tvOS and watchOS #140

paulocoutinhox opened this issue Aug 12, 2022 · 4 comments

Comments

@paulocoutinhox
Copy link

Hi,

On tvOS and watchOS we need disable fork/exec functions.

How can i do it?

conan-io/conan-center-index#12182

Thanks.

@paulocoutinhox
Copy link
Author

Is the same problem that was solved for poco:
pocoproject/poco#3334

@PhilipHazel
Copy link
Collaborator

./configure --disable-pcre2grep-callout-fork disables the use of fork in pcre2grep.

@paulocoutinhox
Copy link
Author

And for cmake, it make sense?
https://github.com/conan-io/conan-center-index/pull/12183/files

Resume for cmake:
PCRE2GREP_SUPPORT_CALLOUT_FORK: ON or OFF

@PhilipHazel
Copy link
Collaborator

Yes, you can disable it via CMake as well. I am going to close this issue.

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

No branches or pull requests

2 participants