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:
authorBastien Montagne <montagne29@wanadoo.fr>2017-04-23 11:49:39 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2017-04-23 11:49:39 +0300
commitf93f4169cbfb2e3d5583d1bca5aa8466f37393dc (patch)
treeaa9a9b92e3e01608dcb1c2ed82d464e03ba5577b /build_files/cmake/platform/platform_apple.cmake
parent79fd8eeb0e0dc10a9ca6825699d460c700d2aa3d (diff)
parent20c9c1b44e13e3b5bccc9b1d7e7cb512b5a3f465 (diff)
Merge branch 'master' into blender2.8
Conflicts: build_files/cmake/platform/platform_apple.cmake
Diffstat (limited to 'build_files/cmake/platform/platform_apple.cmake')
-rw-r--r--build_files/cmake/platform/platform_apple.cmake5
1 files changed, 5 insertions, 0 deletions
diff --git a/build_files/cmake/platform/platform_apple.cmake b/build_files/cmake/platform/platform_apple.cmake
index f2a6aee7a59..5336024b75c 100644
--- a/build_files/cmake/platform/platform_apple.cmake
+++ b/build_files/cmake/platform/platform_apple.cmake
@@ -25,6 +25,10 @@
set(MACOSX_DEPLOYMENT_TARGET "10.9")
+macro(find_package_wrapper)
+# do nothing, just satisfy the macro
+endmacro()
+
if(NOT DEFINED LIBDIR)
if(WITH_CXX11)
set(LIBDIR ${CMAKE_SOURCE_DIR}/../lib/darwin)
@@ -54,6 +58,7 @@ if(WITH_ALEMBIC)
set(ALEMBIC_INCLUDE_DIRS ${ALEMBIC_INCLUDE_DIR})
set(ALEMBIC_LIBPATH ${ALEMBIC}/lib)
set(ALEMBIC_LIBRARIES Alembic)
+ set(ALEMBIC_FOUND ON)
endif()
if(WITH_OPENSUBDIV OR WITH_CYCLES_OPENSUBDIV)