mirror of
https://git.freebsd.org/ports.git
synced 2025-07-14 15:59:18 -04:00
Changelog: https://wiki.blender.org/wiki/Reference/Release_Notes/3.5 https://wiki.blender.org/wiki/Reference/Release_Notes/3.5/Corrective_Releases Approved by: maintainer (implicit) Sponsored by: Serenity Cybersecurity, LLC
14 lines
527 B
Text
14 lines
527 B
Text
--- CMakeLists.txt.orig 2023-02-21 16:36:49 UTC
|
|
+++ CMakeLists.txt
|
|
@@ -859,11 +859,6 @@ set_and_warn_dependency(WITH_PYTHON WITH_MOD_FLUID
|
|
set_and_warn_dependency(WITH_PYTHON WITH_DRACO OFF)
|
|
set_and_warn_dependency(WITH_PYTHON WITH_MOD_FLUID OFF)
|
|
|
|
-if(WITH_DRACO AND NOT WITH_PYTHON_INSTALL)
|
|
- message(STATUS "WITH_DRACO requires WITH_PYTHON_INSTALL to be ON, disabling WITH_DRACO for now")
|
|
- set(WITH_DRACO OFF)
|
|
-endif()
|
|
-
|
|
# enable boost for cycles, audaspace or i18n
|
|
# otherwise if the user disabled
|
|
|