Closed as not planned
Description
What is your suggestion?
Currently, when specifying deployer folder, for example, runing the folloing comman
conan install . -s build_type=Debug --build=missing -d direct_deploy --deployer-folder third_party
the final deployer folder would be third_party/direct_deploy
then the package folder.
It is better that removing the subdirectory direct_deploy, If users want to create that folder, they can use --deployer-folder third_party/direct_deploy
instead.
Besides, I'd like that deployer folder can be set int the conf file.
Have you read the CONTRIBUTING guide?
- I've read the CONTRIBUTING guide