Merge branch 'master' into blender2.8
This commit is contained in:
@@ -199,7 +199,7 @@ endfunction()
|
||||
# Support per-target CMake flags
|
||||
# Read from: CMAKE_C_FLAGS_**** (made upper case) when set.
|
||||
#
|
||||
# 'name' should alway match the target name,
|
||||
# 'name' should always match the target name,
|
||||
# use this macro before add_library or add_executable.
|
||||
#
|
||||
# Optionally takes an arg passed to set(), eg PARENT_SCOPE.
|
||||
@@ -509,7 +509,7 @@ function(setup_liblinks
|
||||
target_link_libraries(${target} ${GFLAGS_LIBRARIES})
|
||||
endif()
|
||||
|
||||
# We put CLEW and CUEW here because OPENSUBDIV_LIBRARIES dpeends on them..
|
||||
# We put CLEW and CUEW here because OPENSUBDIV_LIBRARIES depends on them..
|
||||
if(WITH_CYCLES OR WITH_COMPOSITOR OR WITH_OPENSUBDIV)
|
||||
target_link_libraries(${target} "extern_clew")
|
||||
if(WITH_CUDA_DYNLOAD)
|
||||
|
Reference in New Issue
Block a user