From 956ee5e2658f3e823885f97668a75c48df34b765 Mon Sep 17 00:00:00 2001 From: Arto Kitula Date: Mon, 6 Nov 2017 23:54:35 +0200 Subject: macOS: remove old OpenMP lib stuff from cmake --- source/creator/CMakeLists.txt | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'source/creator') 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 -- cgit v1.2.3