Conan 2 Migration [2021] Review

Recipes must be updated to be compatible with the new 2.0 model.

: Defines the platform where the software will run. conan 2 migration

This content is current as of Conan 2.6. Always check the official docs for latest changes. Recipes must be updated to be compatible with the new 2

Conan 2 is strict about where files live. The concept of self.source_folder and self.build_folder is enforced much more strictly to support "Edit and Continue" workflows and IDE integration. You can no longer rely on relative paths "just working." conan 2 migration

A practical walkthrough.

Recipes must be updated to be compatible with the new 2.0 model.

: Defines the platform where the software will run.

This content is current as of Conan 2.6. Always check the official docs for latest changes.

Conan 2 is strict about where files live. The concept of self.source_folder and self.build_folder is enforced much more strictly to support "Edit and Continue" workflows and IDE integration. You can no longer rely on relative paths "just working."

A practical walkthrough.