Skip to content

[assimp] assimp CMake package name is Assimp, not consitent with other platforms where it is assimp #14256

@traversaro

Description

@traversaro

Describe the bug
The assimp vcpkg port install a CMake config file called AssimpConfig.cmake, that is not consistent with the assimp-config.cmake installed by other package managers such as homebrew or apt.

Environment

  • OS: Windows
  • Compiler: Not Relevant

To Reproduce
Steps to reproduce the behavior:

  1. ./vcpkg install assimp
  2. In share/assimp you can find the AssimpConfig.cmake file, differently from apt and homebrew that install an assimp-config.cmake file (see for example https://packages.debian.org/sid/amd64/libassimp-dev/filelist)

Expected behavior
I would expect the vcpkg port to install a assimp-config.cmake file as well.

Failure logs
-(please attached failure logs)

Additional context
assimp CMake config files have been historically very problematic. PR #13264 solve most of the problems, but introduced this regression.

Metadata

Metadata

Assignees

Labels

category:port-bugThe issue is with a library, which is something the port should already support

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions