v0.35.0
What's Changed
- feat: support Conan 2 by @FeignClaims in #249
Now the recommended way to run Conan is using the run_conan()
function that should be called before project
and supports both Conan v1 and v2.
As such ENABLE_CONAN
option of project_options
is deprecated, and you are recommended to migrate to the run_conan()
call.
- fix: support iterating list containing generator expressions that have semicolons by @FeignClaims in #250
Full Changelog: v0.34.0...v0.35.0