From 2d9ed6e7c863e938ce3b19dc62fe494efb513a0c Mon Sep 17 00:00:00 2001 From: Martijn Berger Date: Tue, 5 Jan 2016 14:14:03 +0100 Subject: fix compiling cycles after recent gflags / glog shuffle --- intern/cycles/app/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'intern/cycles/app/CMakeLists.txt') diff --git a/intern/cycles/app/CMakeLists.txt b/intern/cycles/app/CMakeLists.txt index b000266cac2..95bc517ae00 100644 --- a/intern/cycles/app/CMakeLists.txt +++ b/intern/cycles/app/CMakeLists.txt @@ -46,7 +46,7 @@ if(CYCLES_STANDALONE_REPOSITORY) else() list(APPEND LIBRARIES bf_intern_glew_mx) if(WITH_CYCLES_LOGGING) - list(APPEND LIBRARIES extern_glog) + list(APPEND LIBRARIES extern_glog extern_gflags) endif() endif() -- cgit v1.2.3