projects
/
blender.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dc5bd27
)
Disable breaking alembic test for osx
author
Jens Verwiebe <info@jensverwiebe.de>
Sat, 22 Apr 2017 16:39:11 +0000
(18:39 +0200)
committer
Jens Verwiebe <info@jensverwiebe.de>
Sat, 22 Apr 2017 16:39:11 +0000
(18:39 +0200)
tests/python/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/tests/python/CMakeLists.txt
b/tests/python/CMakeLists.txt
index dca85dbf770b70818b00c891da9649c072dc451c..fa13d1acc7b367720203b1909676011790b6d774 100644
(file)
--- a/
tests/python/CMakeLists.txt
+++ b/
tests/python/CMakeLists.txt
@@
-443,7
+443,7
@@
if(WITH_CYCLES)
endif()
endif()
-if(WITH_ALEMBIC)
+if(WITH_ALEMBIC
AND NOT APPLE
)
find_package_wrapper(Alembic)
if(NOT ALEMBIC_FOUND)
message(FATAL_ERROR "Alembic is enabled but cannot be found")