Fix cycles standalone compile on some systems, CMAKE_DL_LIBS should be enough.
Reviewed By: brecht Differential Revision: https://developer.blender.org/D205
This commit is contained in:

committed by
Brecht Van Lommel

parent
61ff3dfdda
commit
f0fb60f8c9
@@ -30,10 +30,6 @@ set(LIBRARIES
|
|||||||
${TIFF_LIBRARY}
|
${TIFF_LIBRARY}
|
||||||
)
|
)
|
||||||
|
|
||||||
if(UNIX)
|
|
||||||
list(APPEND LIBRARIES dl)
|
|
||||||
endif()
|
|
||||||
|
|
||||||
if(WIN32)
|
if(WIN32)
|
||||||
list(APPEND LIBRARIES ${PTHREADS_LIBRARIES})
|
list(APPEND LIBRARIES ${PTHREADS_LIBRARIES})
|
||||||
endif()
|
endif()
|
||||||
|
Reference in New Issue
Block a user