Skip to content

Commit

Permalink
[open3d] add minizip dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Oct 29, 2024
1 parent 933da63 commit bcd1c4a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions ports/open3d/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ vcpkg_cmake_configure(
-DUSE_SYSTEM_VTK=ON
-DUSE_SYSTEM_ZEROMQ=ON
-DUSE_SYSTEM_PARALLELSTL=ON
-DWITH_MINIZIP=ON
)

vcpkg_cmake_build(TARGET Open3D)
Expand Down
1 change: 1 addition & 0 deletions ports/open3d/vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"jsoncpp",
"libjpeg-turbo",
"liblzf",
"minizip",
"msgpack",
"nanoflann",
"opengl",
Expand Down
2 changes: 1 addition & 1 deletion versions/o-/open3d.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"versions": [
{
"git-tree": "c6c45ab888b71a6472c40699b746c7feb22d55e8",
"git-tree": "8fbfc633fc74b00735aaa53d4d259a2ba6699981",
"version-semver": "0.18.0",
"port-version": 0
}
Expand Down

0 comments on commit bcd1c4a

Please sign in to comment.