Skip to content

Release v0.7.4

Compare
Choose a tag to compare
@github-actions github-actions released this 04 Mar 10:31

Fixed

  • ComponentPackageRootConfig.cmake uses a package name with capitalization
    matching capitalization in find_package() invocation.
  • Conan test package cpp source explicitly returns success from main function.
  • Conan recipe revision is computed from commit ID instead of recipe hash,
    because recipe hash is sensitive to line-endings.