conan
conan copied to clipboard
[question] CMakeDeps Folder Is Auto Create? How Can I Config The Output Folder?
trafficstars
-
[ x] I've read the CONTRIBUTING guide.
-
I found the CMakeDeps will generate the package cmake files to the buildfolder/generators
-
This folders is auto create by conan
-
How to modify the folder of the CMakeDeps Generator?
Hi @crystalsky
Change it in the layout() method of the consuming conanfile.py https://docs.conan.io/en/latest/developing_packages/package_layout.html#package-layout
Closing this question as responded, please re-open or create a new ticket if necessary.