[Bf-blender-cvs] [8ae656bf224] master: CMake: Fixed order of bf_alembic in SETUP_BLENDER_SORTED_LIBS

Sybren A. Stüvel noreply at git.blender.org
Thu Apr 6 16:52:28 CEST 2017


Commit: 8ae656bf2241ec591b3bde3ee901671c31116a1c
Author: Sybren A. Stüvel
Date:   Wed Apr 5 14:59:22 2017 +0200
Branches: master
https://developer.blender.org/rB8ae656bf2241ec591b3bde3ee901671c31116a1c

CMake: Fixed order of bf_alembic in SETUP_BLENDER_SORTED_LIBS

bf_alembic depends on bf_bmesh, and should therefore be above it.

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

M	build_files/cmake/macros.cmake

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

diff --git a/build_files/cmake/macros.cmake b/build_files/cmake/macros.cmake
index f9992ee92b9..b7f6649e507 100644
--- a/build_files/cmake/macros.cmake
+++ b/build_files/cmake/macros.cmake
@@ -595,6 +595,7 @@ function(SETUP_BLENDER_SORTED_LIBS)
 		bf_freestyle
 		bf_ikplugin
 		bf_modifiers
+		bf_alembic
 		bf_bmesh
 		bf_gpu
 		bf_blenloader
@@ -613,7 +614,6 @@ function(SETUP_BLENDER_SORTED_LIBS)
 		bf_imbuf_openimageio
 		bf_imbuf_dds
 		bf_collada
-		bf_alembic
 		bf_intern_elbeem
 		bf_intern_memutil
 		bf_intern_guardedalloc




More information about the Bf-blender-cvs mailing list