mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-07-31 02:02:00 +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)
|
set(_build_static ON)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
set (_openvdb_vdbprint ON)
|
# Flatpak build fails with link error for vdbprint with TBB 2021.5.0
|
||||||
if (${CMAKE_SYSTEM_PROCESSOR} MATCHES "arm")
|
set (_openvdb_vdbprint OFF)
|
||||||
# Build fails on raspberry pi due to missing link directive to latomic
|
# if (${CMAKE_SYSTEM_PROCESSOR} MATCHES "arm")
|
||||||
# Let's hope it will be fixed soon.
|
# # Build fails on raspberry pi due to missing link directive to latomic
|
||||||
set (_openvdb_vdbprint OFF)
|
# # Let's hope it will be fixed soon.
|
||||||
endif ()
|
# set (_openvdb_vdbprint OFF)
|
||||||
|
# endif ()
|
||||||
|
|
||||||
prusaslicer_add_cmake_project(OpenVDB
|
prusaslicer_add_cmake_project(OpenVDB
|
||||||
# 8.2 patched
|
# 8.2 patched
|
||||||
|
Loading…
x
Reference in New Issue
Block a user