Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[assimp] Fix install assimp when passing --head (microsoft#6887)
Instead of using hardcoded `assimp-4.1` folder, check directories with pattern `assimp-*` and select the first one. This fixes `vcpkg install vcpkg --head`, since the latest version creates a folder named `assimp-5.0` instead.
- Loading branch information