[question] What does "auto_shared_fpic" manage?
- Dominant language
- C++
- Stars
- 125
- Forks
- 382
- Avg merge
- 22h 39m
- Merged PRs (30d)
- 21
Description
### What is your question?
[This doc](https://docs.conan.io/2/reference/conanfile/attributes.html#implements) says:
```
"auto_shared_fpic": automatically manages fPIC and shared options
```
[This](https://docs.conan.io/2/reference/conanfile/methods/configure.html#auto-shared-fpic) says:
```
Options automatically managed:
- fPIC (True, False).
- shared (True, False).
- header_only (True, False).
```
And [this one](https://docs.conan.io/2/reference/conanfile/methods/config_options.html#auto-shared-fpic) says:
```
Options automatically managed:
- fPIC (True, False).
```
What does `auto_shared_fpic` actually do?
### Have you read the CONTRIBUTING guide?
- [X] I've read the CONTRIBUTING guide
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.