fix compiling cycles after recent gflags / glog shuffle

This commit is contained in:
Martijn Berger
2016-01-05 14:14:03 +01:00
parent ad6b7c07dd
commit 2d9ed6e7c8

View File

@@ -46,7 +46,7 @@ if(CYCLES_STANDALONE_REPOSITORY)
else() else()
list(APPEND LIBRARIES bf_intern_glew_mx) list(APPEND LIBRARIES bf_intern_glew_mx)
if(WITH_CYCLES_LOGGING) if(WITH_CYCLES_LOGGING)
list(APPEND LIBRARIES extern_glog) list(APPEND LIBRARIES extern_glog extern_gflags)
endif() endif()
endif() endif()