[Bf-blender-cvs] [2112710249d] experimental-build: D5799 macOS platform fix

Lukas Stockner noreply at git.blender.org
Sat Aug 21 18:09:52 CEST 2021


Commit: 2112710249deab82a5b9f1e3e0958837d62d676d
Author: Lukas Stockner
Date:   Sat Aug 21 17:57:21 2021 +0200
Branches: experimental-build
https://developer.blender.org/rB2112710249deab82a5b9f1e3e0958837d62d676d

D5799 macOS platform fix

===================================================================

M	build_files/cmake/platform/platform_apple.cmake

===================================================================

diff --git a/build_files/cmake/platform/platform_apple.cmake b/build_files/cmake/platform/platform_apple.cmake
index dceafb236de..0947bb9c8ac 100644
--- a/build_files/cmake/platform/platform_apple.cmake
+++ b/build_files/cmake/platform/platform_apple.cmake
@@ -441,6 +441,8 @@ if(WITH_HARU)
   endif()
 endif()
 
+find_package_wrapper(Zstd REQUIRED)
+
 if(EXISTS ${LIBDIR})
   without_system_libs_end()
 endif()



More information about the Bf-blender-cvs mailing list