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:
authorAnkit Meel <ankitjmeel@gmail.com>2021-07-26 16:09:08 +0300
committerAnkit Meel <ankitjmeel@gmail.com>2021-07-26 16:09:08 +0300
commita9121640be063b8c45a021782a1914a3060bf71e (patch)
tree9bce120bf79623499764ce397026074742e9b205 /source/creator
parent14f94fd1ca592bb532bbbfa9d65056fba955db17 (diff)
macOS Cleanup: Remove old version specific code
Reviewed By: #platform_macos, brecht Differential Revision: https://developer.blender.org/D12021
Diffstat (limited to 'source/creator')
-rw-r--r--source/creator/CMakeLists.txt7
1 files changed, 0 insertions, 7 deletions
diff --git a/source/creator/CMakeLists.txt b/source/creator/CMakeLists.txt
index a4b32fac9fc..c3aeffe8fda 100644
--- a/source/creator/CMakeLists.txt
+++ b/source/creator/CMakeLists.txt
@@ -1060,13 +1060,6 @@ elseif(APPLE)
endif()
endif()
- if(WITH_LLVM AND NOT LLVM_STATIC)
- install(
- FILES ${LIBDIR}/llvm/lib/libLLVM-3.4.dylib
- DESTINATION Blender.app/Contents/MacOS
- )
- endif()
-
# python
if(WITH_PYTHON AND NOT WITH_PYTHON_MODULE AND NOT WITH_PYTHON_FRAMEWORK)
# Copy the python libs into the install directory