- Fix: Update the experimental
conan new ... -m=v2_cmake
template to start using the newlayout()
basic info. (#9053) - Fix: Do not fail in
CMakeDeps
when there arebuild_requires
with same name as host requires, unlessbuild_context_activated
is enabled for those and a different suffix has not been defined. (#9046) - Fix: When using the new
self.folders.source
(atlayout(self)
method) the sources (fromexport
,export_sources
andscm
) are copied to the base source folder and not to theself.folders.source
that is intended to describe where the sources are after fetching them. (#9043). Docs: 📃 - BugFix: Do not quote all values and allow integer and macro referencing in
MSBuildToolchain.preprocessor_definitions
(#9056) - Bugfix: The new generators like
CMakeDeps
andCMakeToolchain
write the generated files defaulting to theinstall folder
if noself.folders.generators
is specified in thelayout()
method. (#9050) - Bugfix: The
CMakeToolchain
generator now manages correctly a recipe withoutarch
declared in an Apple system. (#9045)