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:
authorArto Kitula <arto.kitula@gmail.com>2017-11-07 00:54:35 +0300
committerArto Kitula <arto.kitula@gmail.com>2017-11-07 00:54:35 +0300
commit956ee5e2658f3e823885f97668a75c48df34b765 (patch)
treecd1ea23b759c8f1485b8a9a26a81fe6bdf26f887 /source/creator
parent66a6d160fe26c1bac7a5dd4cd26cb5fbd5cf348e (diff)
macOS: remove old OpenMP lib stuff from cmake
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 54a212f805b..2bda651f756 100644
--- a/source/creator/CMakeLists.txt
+++ b/source/creator/CMakeLists.txt
@@ -894,18 +894,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