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:
authorlazydodo <github@lazydodo.com>2016-08-08 23:15:42 +0300
committerlazydodo <github@lazydodo.com>2016-08-08 23:17:43 +0300
commit903e9ce0c95162a011ca1509b9796f3180bf58b7 (patch)
tree35fb052c09b23e81ee1b2685417bcb338ba62905 /CMakeLists.txt
parent01350910fd0f2a8c9597fa2b9faf856798d99dae (diff)
Make previous alembic fix only apply to MSVC
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8f0240eb75a..ec3abfa3077 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