Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feature] move layouts like "cmake_layout" to from conan.tools.cmake #10287

Closed
memsharded opened this issue Jan 7, 2022 · 0 comments · Fixed by #10385
Closed

[feature] move layouts like "cmake_layout" to from conan.tools.cmake #10287

memsharded opened this issue Jan 7, 2022 · 0 comments · Fixed by #10385
Assignees
Milestone

Comments

@memsharded
Copy link
Member

It simply reads a bit confusing and worse to remember:

from conan.tools.cmake import CMake
from conan.tools.layout import cmake_layout

It seems that layout is not a tool per se? Maybe it is more idiomatic to do?:

from conan.tools.cmake import CMake, cmake_layout
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants