[Bf-blender-cvs] [ff756fb9022] greasepencil-object: CMake: Fix order of libraries to address linking errors on Linux

Sergey Sharybin noreply at git.blender.org
Fri Oct 20 15:26:48 CEST 2017


Commit: ff756fb9022035f903bf4627a3a0af0189020847
Author: Sergey Sharybin
Date:   Fri Oct 20 15:26:27 2017 +0200
Branches: greasepencil-object
https://developer.blender.org/rBff756fb9022035f903bf4627a3a0af0189020847

CMake: Fix order of libraries to address linking errors on Linux

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

M	build_files/cmake/macros.cmake

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

diff --git a/build_files/cmake/macros.cmake b/build_files/cmake/macros.cmake
index 62caf31dfd6..fdba3df3a37 100644
--- a/build_files/cmake/macros.cmake
+++ b/build_files/cmake/macros.cmake
@@ -580,12 +580,12 @@ function(SETUP_BLENDER_SORTED_LIBS)
 		bf_editor_util
 		bf_editor_uvedit
 		bf_editor_curve
-		bf_editor_gpencil
 		bf_editor_interface
 		bf_editor_manipulator_library
 		bf_editor_mesh
 		bf_editor_metaball
 		bf_editor_object
+		bf_editor_gpencil
 		bf_editor_armature
 		bf_editor_physics
 		bf_editor_render



More information about the Bf-blender-cvs mailing list