conan icon indicating copy to clipboard operation
conan copied to clipboard

Add build_folder parameter in basic_layout

Open ErniGH opened this issue 6 months ago • 0 comments

Changelog: Feature: Add build_folder parameter in basic_layout Docs: https://github.com/conan-io/docs/pull/XXXX

close: https://github.com/conan-io/conan/issues/17315

The basic_layout does not have a parameter to change the destination folder of the build. It is always forced to be ./build-"build_type". This parameter would allow not only renaming the destination folder but also, by changing the full path, it would enable compiling outside of the source folder.

ErniGH avatar Jun 10 '25 13:06 ErniGH