You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.