Skip to content
Open
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
14 changes: 7 additions & 7 deletions 3rdparty/uvatlas/uvatlas.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ include(ExternalProject)
ExternalProject_Add(
ext_directxheaders
PREFIX uvatlas
GIT_REPOSITORY https://github.com/microsoft/DirectX-Headers.git
GIT_TAG v1.606.3
GIT_SHALLOW TRUE
URL https://github.com/microsoft/DirectX-Headers/archive/v1.606.3/DirectX-Headers-v1.606.3.tar.gz
URL_HASH
SHA256=bf0183981e505336e918609374907c934b99eb61c0826d75a5649f41568abc4b
DOWNLOAD_DIR "${OPEN3D_THIRD_PARTY_DOWNLOAD_DIR}/uvatlas"
UPDATE_COMMAND ""
CMAKE_ARGS
Expand All @@ -22,9 +22,9 @@ ExternalProject_Add(
ExternalProject_Add(
ext_directxmath
PREFIX uvatlas
GIT_REPOSITORY https://github.com/microsoft/DirectXMath.git
GIT_TAG may2022
GIT_SHALLOW TRUE
URL https://github.com/microsoft/DirectXMath/archive/may2022/DirectXMath-may2022.tar.gz
URL_HASH
SHA256=b2c5b419ca2c567860f7c204c9c0890573e8a58c8d877473e4f3ba6b851ca4ce
DOWNLOAD_DIR "${OPEN3D_THIRD_PARTY_DOWNLOAD_DIR}/uvatlas"
UPDATE_COMMAND ""
CMAKE_ARGS
Expand Down Expand Up @@ -63,4 +63,4 @@ if(NOT WIN32)
list(APPEND UVATLAS_INCLUDE_DIRS "${INSTALL_DIR}/include/wsl/stubs/")
endif()
set(UVATLAS_LIB_DIR ${INSTALL_DIR}/${Open3D_INSTALL_LIB_DIR})
set(UVATLAS_LIBRARIES UVAtlas)
set(UVATLAS_LIBRARIES UVAtlas)
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
- Fix advanced indexing bug with sliced boolean masks on CUDA devices (PR #7340)
- Fix logic for adding -allow-unsupported-compiler to nvcc (PR #7337)
- Fix linker error "library limit of 65535 objects exceeded" with Ninja generator on MSVC (PR #7335)
- Download tarballs instead of Git repos for "3rdparty/uvatlas" (PR #7371)

## 0.13

Expand Down