diff options
| -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) |
