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:
authorBrecht Van Lommel <brechtvanlommel@gmail.com>2017-11-07 05:06:18 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2017-11-07 05:08:24 +0300
commit2440415bd32a11561a1b7a57f9740978b2f93bdf (patch)
treed6252c8470a53a4121f207520e4192fef99f049e /source/creator
parent83de7c4094beb73036e71b5170502512c6936766 (diff)
parent0e3fd70d7ac62c12ed85d3a90266994fac26bad0 (diff)
Merge branch 'master' into blender2.8
Diffstat (limited to 'source/creator')
-rw-r--r--source/creator/CMakeLists.txt12
1 files changed, 0 insertions, 12 deletions
diff --git a/source/creator/CMakeLists.txt b/source/creator/CMakeLists.txt
index 78257cb7d1e..c5acd7e640e 100644
--- a/source/creator/CMakeLists.txt
+++ b/source/creator/CMakeLists.txt
@@ -900,18 +900,6 @@ elseif(APPLE)
blender.app/Contents/
)
- if(WITH_OPENMP AND CMAKE_C_COMPILER_ID MATCHES "Clang" AND NOT ${CMAKE_C_COMPILER_VERSION} VERSION_LESS '3.4')
- install(
- FILES ${LIBDIR}/openmp/lib/libiomp5.dylib
- DESTINATION blender.app/Contents/Resources/lib/
- )
- install(
- FILES ${LIBDIR}/openmp/LICENSE.txt
- DESTINATION "."
- RENAME LICENSE-libiomp5.txt
- )
- endif()
-
if(WITH_LLVM AND NOT LLVM_STATIC)
install(
FILES ${LIBDIR}/llvm/lib/libLLVM-3.4.dylib