diff options
| author | Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> | 2020-10-15 12:35:50 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-15 12:35:50 -0700 |
| commit | fa5477d7236621d92c05d4d61151d8b5efe2f661 (patch) | |
| tree | e98b1568a2f01a1e21f653dce1931f0fb9d02c7d | |
| parent | f893b2ea989263be09d794d24ca3f1737a287e2c (diff) | |
| download | vcpkg-fa5477d7236621d92c05d4d61151d8b5efe2f661.tar.gz vcpkg-fa5477d7236621d92c05d4d61151d8b5efe2f661.zip | |
[assimp] Fix missing find dependency utfcpp (#14061)
| -rw-r--r-- | ports/assimp/CONTROL | 2 | ||||
| -rw-r--r-- | ports/assimp/portfile.cmake | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/ports/assimp/CONTROL b/ports/assimp/CONTROL index 827ceadb3..55680721b 100644 --- a/ports/assimp/CONTROL +++ b/ports/assimp/CONTROL @@ -1,6 +1,6 @@ Source: assimp Version: 5.0.1 -Port-Version: 2 +Port-Version: 3 Homepage: https://github.com/assimp/assimp Description: The Open Asset import library Build-Depends: zlib, rapidjson, minizip, stb, kubazip, irrlicht, polyclipping, utfcpp, poly2tri diff --git a/ports/assimp/portfile.cmake b/ports/assimp/portfile.cmake index 7070921d5..9683a95fb 100644 --- a/ports/assimp/portfile.cmake +++ b/ports/assimp/portfile.cmake @@ -55,6 +55,7 @@ find_dependency(polyclipping CONFIG) find_dependency(minizip CONFIG) find_dependency(kubazip CONFIG) find_dependency(poly2tri CONFIG) +find_dependency(utf8cpp CONFIG) ${ASSIMP_CONFIG}") file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include) |
