AutotoolsToolchain could use "res" as datadir instead of "share", to align with ConanCenter
See original GitHub issueFollowing conan-io/conan-center-index#9091 (comment), it could be that changing the default toolchain datadir
to “res” instead of “share” would be more aligned with ConanCenter requested layouts, lets check it.
_Originally posted by @memsharded in https://github.com/conan-io/conan/issues/8476#issuecomment-1022130033_
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
Conan Documentation - Conan Docs
Conan is a dependency and package manager for C and C++ languages. It is free and open-source, works in all platforms ( Windows,...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
My personal take on this is that using
share
folder would allow to simplify a lot of recipes which have to manually move some resources to theres
folder, which is non-standard.New Autotools now use the defined
cpp_info.resdirs
as the default for autotools based install, implemented in https://github.com/conan-io/conan/pull/10672, will be in next 1.46