From b13bbb22e4cb7b4cd21b33d1f1b165abcde5fe6e Mon Sep 17 00:00:00 2001 From: Jacques Lucke Date: Thu, 16 Jul 2020 19:52:28 +0200 Subject: Fix link error in bf_nodes I got undefined reference errors on the `NodeMFNetworkBuilder::get_default_fn` function under some circumstances. This symbol is definitely defined in bf_blenkernel. The error seemed a bit undeterministic and was probably caused by some incorrect link order. I don't get the error with this change. --- source/blender/nodes/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/nodes/CMakeLists.txt') diff --git a/source/blender/nodes/CMakeLists.txt b/source/blender/nodes/CMakeLists.txt index 9106eacb31a..f644cdc134a 100644 --- a/source/blender/nodes/CMakeLists.txt +++ b/source/blender/nodes/CMakeLists.txt @@ -298,6 +298,7 @@ set(SRC ) set(LIB + bf_blenkernel bf_functions bf_intern_sky ) -- cgit v1.2.3