Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion thirdparty/OpenCTM-git
2 changes: 1 addition & 1 deletion thirdparty/cpm/package-lock.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ set(MESHLIB_PACKAGE_onetbb

set(MESHLIB_PACKAGE_OpenCTM
GIT_REPOSITORY https://github.com/MeshInspector/OpenCTM.git
GIT_TAG 2b444a4c70c432c1f4990fb32b0fcb11d0d81aad
GIT_TAG eae87a4d9ac229bdc7c32492c84bd7cb1329e5c4
)

set(MESHLIB_PACKAGE_openvdb
Expand Down
2 changes: 1 addition & 1 deletion thirdparty/licenses/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@
"type": "submodule",
"path": "thirdparty/OpenCTM-git"
},
"version": "2b444a4c70c432c1f4990fb32b0fcb11d0d81aad"
"version": "eae87a4d9ac229bdc7c32492c84bd7cb1329e5c4"
},
{
"id": "LAZperf",
Expand Down
4 changes: 2 additions & 2 deletions thirdparty/vcpkg/ports/openctm/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO MeshInspector/OpenCTM
REF 2b444a4c70c432c1f4990fb32b0fcb11d0d81aad
SHA512 36c16d42063dc732c1f47b711ce59395ced425907707190fe80088c0cd30ee83f5348960c7710b8ebeaa2ad0d9e2d928e60f4c5fd652e17559e0f08c72b15fd3
REF eae87a4d9ac229bdc7c32492c84bd7cb1329e5c4
SHA512 0e40fb168ce652e93b8fb7828cb4c34678026028cb03344fa847141a0dac0744bd17f9448464e9d1c35495dde5fd1efcd8b34d554ca31e1a04f9574e4e455bad
HEAD_REF master
)

Expand Down
2 changes: 1 addition & 1 deletion thirdparty/vcpkg/ports/openctm/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "openctm",
"version-string": "1.0.3",
"port-version": 3,
"port-version": 4,
"homepage": "https://github.com/MeshInspector/OpenCTM",
"description": "OpenCTM is a file format, a software library and a tool set for compression of 3D triangle meshes.",
"license": "Zlib",
Expand Down
Loading