Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortamasmeszaros <meszaros.q@gmail.com>2022-09-23 10:20:55 +0300
committertamasmeszaros <meszaros.q@gmail.com>2022-09-23 10:20:55 +0300
commit1aada8fe2d5813a0c6f5018139d020e0ce58876e (patch)
tree02673693b4942c5afc3b5b059b7920cb5f3225cc
parentec2f533e3a355a2452bf6bd551da84020c69d8f8 (diff)
Build OpenVDB without vdbprinttm_flatpak_no_vdbprint
As it fails to build in flathub workers #8922
-rw-r--r--deps/OpenVDB/OpenVDB.cmake13
1 files changed, 7 insertions, 6 deletions
diff --git a/deps/OpenVDB/OpenVDB.cmake b/deps/OpenVDB/OpenVDB.cmake
index f581f6f34..c1e93ada5 100644
--- a/deps/OpenVDB/OpenVDB.cmake
+++ b/deps/OpenVDB/OpenVDB.cmake
@@ -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