-
Notifications
You must be signed in to change notification settings - Fork 360
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
cmake_layout customization #2561
Conversation
|
||
def cmake_layout(conanfile, generator=None, src_folder="."): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it doesn't make sense anymore to show all the code
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok, it was slightly annoying for me too, because of being too large, and now split in different functions. Maybe we want a simplified example of a generic layout() that is a bit more realistic. Or maybe showing the vs_layout()
or something, to illustrate what type of things can be done. (Can be done in 2.0 docs)
Docs for conan-io/conan#11308