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:
Marcus von Appen 2014-01-13 10:33:43 +01:00 committed by Brecht Van Lommel
parent 61ff3dfdda
commit f0fb60f8c9
1 changed files with 0 additions and 4 deletions

View File

@ -30,10 +30,6 @@ set(LIBRARIES
${TIFF_LIBRARY}
)
if(UNIX)
list(APPEND LIBRARIES dl)
endif()
if(WIN32)
list(APPEND LIBRARIES ${PTHREADS_LIBRARIES})
endif()