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

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Stockner <lukas.stockner@freenet.de>2021-08-21 19:15:20 +0300
committerLukas Stockner <lukas.stockner@freenet.de>2021-08-21 19:15:20 +0300
commit03f726a5505b3e21147570a70b8b02e8b6df4252 (patch)
tree6734f0a7da32bbd30f43dd2da6f21aa5de04459e
parent2112710249deab82a5b9f1e3e0958837d62d676d (diff)
D5799 macOS platform fix attempt 2experimental-build
-rw-r--r--build_files/cmake/platform/platform_apple.cmake3
1 files changed, 2 insertions, 1 deletions
diff --git a/build_files/cmake/platform/platform_apple.cmake b/build_files/cmake/platform/platform_apple.cmake
index 0947bb9c8ac..2bfdc84ec2a 100644
--- a/build_files/cmake/platform/platform_apple.cmake
+++ b/build_files/cmake/platform/platform_apple.cmake
@@ -441,7 +441,8 @@ if(WITH_HARU)
endif()
endif()
-find_package_wrapper(Zstd REQUIRED)
+set(ZSTD_ROOT_DIR ${LIBDIR}/zstd)
+find_package(Zstd REQUIRED)
if(EXISTS ${LIBDIR})
without_system_libs_end()