Cycles: Fix compilation error of Cycles standalone with Libmv disabled

This commit is contained in:
Sergey Sharybin 2015-02-14 21:32:38 +05:00
parent db297e7ea3
commit 2fad3132a3

@ -45,7 +45,9 @@ if(CYCLES_STANDALONE_REPOSITORY)
endif()
else()
list(APPEND LIBRARIES bf_intern_glew_mx)
list(APPEND LIBRARIES extern_glog)
if(WITH_CYCLES_LOGGING)
list(APPEND LIBRARIES extern_glog)
endif()
endif()
if(WITH_CYCLES_STANDALONE AND WITH_CYCLES_STANDALONE_GUI)