[Bf-blender-cvs] [903e9ce] master: Make previous alembic fix only apply to MSVC

lazydodo noreply at git.blender.org
Mon Aug 8 22:17:54 CEST 2016


Commit: 903e9ce0c95162a011ca1509b9796f3180bf58b7
Author: lazydodo
Date:   Mon Aug 8 14:15:42 2016 -0600
Branches: master
https://developer.blender.org/rB903e9ce0c95162a011ca1509b9796f3180bf58b7

Make previous alembic fix only apply to MSVC

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

M	CMakeLists.txt

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

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8f0240e..ec3abfa 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -2576,7 +2576,7 @@ else()
 	endif()
 	unset(_SYSTEM_BIG_ENDIAN)
 endif()
-
+if(MSVC)
 	if(WITH_ALEMBIC)
 		set(ALEMBIC ${LIBDIR}/alembic)
 		set(ALEMBIC_INCLUDE_DIR ${ALEMBIC}/include)
@@ -2586,7 +2586,7 @@ endif()
 			optimized ${ALEMBIC_LIBPATH}/alembic.lib
 			debug ${ALEMBIC_LIBPATH}/alembic_d.lib)
 	endif(WITH_ALEMBIC)
-
+endif(MSVC)
 if(WITH_IMAGE_OPENJPEG)
 	if(WITH_SYSTEM_OPENJPEG)
 		# dealt with above




More information about the Bf-blender-cvs mailing list