diff options
| author | Phoebe <20694052+PhoebeHui@users.noreply.github.com> | 2019-11-26 07:54:49 +0800 |
|---|---|---|
| committer | Griffin Downs <35574547+grdowns@users.noreply.github.com> | 2019-11-25 15:54:49 -0800 |
| commit | 73c3e33c4a9bf2bc2b67bb172b72730e707344e3 (patch) | |
| tree | 8254f2c5e9b2c96e009e84d292a1b4d67859ba88 /ports/assimp/CONTROL | |
| parent | ca1e2ec6b30a0a3830fca950a9dd0b55202fd1ec (diff) | |
| download | vcpkg-73c3e33c4a9bf2bc2b67bb172b72730e707344e3.tar.gz vcpkg-73c3e33c4a9bf2bc2b67bb172b72730e707344e3.zip | |
[minizip assimp] export minizip cmake targets and fix minizip dependency in assimp (#9075)
* [minizip assimp] export minizip cmake targets and fix minizip dependency in assimp
* Update CMakeList.txt
* Update obsolete functions
Diffstat (limited to 'ports/assimp/CONTROL')
| -rw-r--r-- | ports/assimp/CONTROL | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/assimp/CONTROL b/ports/assimp/CONTROL index ba4a89980..2e58fd6af 100644 --- a/ports/assimp/CONTROL +++ b/ports/assimp/CONTROL @@ -1,5 +1,5 @@ Source: assimp
-Version: 5.0.0-1
+Version: 5.0.0-2
Homepage: https://github.com/assimp/assimp
Description: The Open Asset import library
-Build-Depends: zlib, rapidjson
+Build-Depends: zlib, rapidjson, minizip
|
