[Bf-blender-cvs] [517bd13baab] master: Disable breaking alembic test for osx

Jens Verwiebe noreply at git.blender.org
Sat Apr 22 18:41:32 CEST 2017


Commit: 517bd13baab2d7c91206638f9405c9c25eee2ee1
Author: Jens Verwiebe
Date:   Sat Apr 22 18:39:11 2017 +0200
Branches: master
https://developer.blender.org/rB517bd13baab2d7c91206638f9405c9c25eee2ee1

Disable breaking alembic test for osx

===================================================================

M	tests/python/CMakeLists.txt

===================================================================

diff --git a/tests/python/CMakeLists.txt b/tests/python/CMakeLists.txt
index dca85dbf770..fa13d1acc7b 100644
--- 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")




More information about the Bf-blender-cvs mailing list