Fix eigen/openmp link error in some build configurations
This commit is contained in:
@@ -43,4 +43,10 @@ set(SRC
|
||||
set(LIB
|
||||
)
|
||||
|
||||
if(WITH_OPENMP_STATIC)
|
||||
list(APPEND LIB
|
||||
${OpenMP_LIBRARIES}
|
||||
)
|
||||
endif()
|
||||
|
||||
blender_add_lib(bf_intern_eigen "${SRC}" "${INC}" "${INC_SYS}" "${LIB}")
|
||||
|
Reference in New Issue
Block a user