Use package folder name as the package for headers
Open
complex: low
priority: medium
stage: queue
type: engineering
- Dominant language
- C++
- Stars
- 125
- Forks
- 382
- Avg merge
- 22h 39m
- Merged PRs (30d)
- 21
Description
Coming from: https://github.com/conan-io/cmake-conan/issues/189
Using a folder for headers is best practice to have includes like
`#include "mypkg/myheader.h"
`
instead of only
`#include "myheader.h"`
We probably need to make sure to do that in our examples, code, etc.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.