[Bf-blender-cvs] [d783829] alembic_basic_io: Enable OpenEXR if building with Alembic.

Kévin Dietrich noreply at git.blender.org
Thu Jul 7 13:10:30 CEST 2016


Commit: d783829beac106e0ae6c86d8927bb22db51591e4
Author: Kévin Dietrich
Date:   Thu Jul 7 00:22:31 2016 +0200
Branches: alembic_basic_io
https://developer.blender.org/rBd783829beac106e0ae6c86d8927bb22db51591e4

Enable OpenEXR if building with Alembic.

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

M	CMakeLists.txt

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

diff --git a/CMakeLists.txt b/CMakeLists.txt
index fa9b9f6..81798d9 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -724,6 +724,11 @@ if(WITH_OPENIMAGEIO)
 	set(WITH_IMAGE_TIFF ON)
 endif()
 
+# auto enable alembic linking dependencies
+if(WITH_ALEMBIC)
+	set(WITH_IMAGE_OPENEXR ON)
+endif()
+
 # don't store paths to libs for portable distribution
 if(WITH_INSTALL_PORTABLE)
 	set(CMAKE_SKIP_BUILD_RPATH TRUE)




More information about the Bf-blender-cvs mailing list