mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-04-19 12:39:37 +08:00
Build OpenVDB without vdbprint
As it fails to build in flathub workers #8922
This commit is contained in:
parent
ec2f533e3a
commit
1aada8fe2d
13
deps/OpenVDB/OpenVDB.cmake
vendored
13
deps/OpenVDB/OpenVDB.cmake
vendored
@ -6,12 +6,13 @@ else()
|
||||
set(_build_static ON)
|
||||
endif()
|
||||
|
||||
set (_openvdb_vdbprint ON)
|
||||
if (${CMAKE_SYSTEM_PROCESSOR} MATCHES "arm")
|
||||
# Build fails on raspberry pi due to missing link directive to latomic
|
||||
# Let's hope it will be fixed soon.
|
||||
set (_openvdb_vdbprint OFF)
|
||||
endif ()
|
||||
# Flatpak build fails with link error for vdbprint with TBB 2021.5.0
|
||||
set (_openvdb_vdbprint OFF)
|
||||
# if (${CMAKE_SYSTEM_PROCESSOR} MATCHES "arm")
|
||||
# # Build fails on raspberry pi due to missing link directive to latomic
|
||||
# # Let's hope it will be fixed soon.
|
||||
# set (_openvdb_vdbprint OFF)
|
||||
# endif ()
|
||||
|
||||
prusaslicer_add_cmake_project(OpenVDB
|
||||
# 8.2 patched
|
||||
|
Loading…
x
Reference in New Issue
Block a user