diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2017-12-21 03:15:23 -0800 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2017-12-21 03:15:23 -0800 |
| commit | ac32306cd2ecc7e3bdd2b7eb7e528bbe49787afb (patch) | |
| tree | 300b406bec5b2f686b9bfe20affa4684fc450223 | |
| parent | 81bb62a8dd0a363157f6e7ba0ac1d27116e796d2 (diff) | |
| download | vcpkg-ac32306cd2ecc7e3bdd2b7eb7e528bbe49787afb.tar.gz vcpkg-ac32306cd2ecc7e3bdd2b7eb7e528bbe49787afb.zip | |
[assimp] Fix unitialized variable issue.
| -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 b63cca6ed..a2cb8e780 100644 --- a/ports/assimp/CONTROL +++ b/ports/assimp/CONTROL @@ -1,4 +1,4 @@ Source: assimp -Version: 4.1.0 +Version: 4.1.0-1 Description: The Open Asset import library Build-Depends: zlib diff --git a/ports/assimp/portfile.cmake b/ports/assimp/portfile.cmake index 618ce160f..6d4a7ec1d 100644 --- a/ports/assimp/portfile.cmake +++ b/ports/assimp/portfile.cmake @@ -12,6 +12,7 @@ vcpkg_apply_patches( SOURCE_PATH ${SOURCE_PATH} PATCHES "${CMAKE_CURRENT_LIST_DIR}/dont-overwrite-prefix-path.patch" + "${CMAKE_CURRENT_LIST_DIR}/uninitialized-variable.patch" ) file(REMOVE ${SOURCE_PATH}/cmake-modules/FindZLIB.cmake) |
