From b5171e250c6816ecce26227615d53cf6f6339892 Mon Sep 17 00:00:00 2001 From: Martijn Berger Date: Mon, 15 Feb 2016 21:00:25 +0100 Subject: [PATCH] Make cycles standalone link again --- intern/cycles/app/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/intern/cycles/app/CMakeLists.txt b/intern/cycles/app/CMakeLists.txt index 41233287279..af20356ad77 100644 --- a/intern/cycles/app/CMakeLists.txt +++ b/intern/cycles/app/CMakeLists.txt @@ -49,7 +49,7 @@ if(CYCLES_STANDALONE_REPOSITORY) ) endif() else() - list(APPEND LIBRARIES bf_intern_glew_mx) + list(APPEND LIBRARIES bf_intern_glew_mx bf_intern_guardedalloc) if(WITH_CYCLES_LOGGING) list(APPEND LIBRARIES extern_glog extern_gflags) endif()