Commit: f0fb60f8c968f482cefd25db11d080c268c2045d
Author: Marcus von Appen
Date:   Mon Jan 13 10:33:43 2014 +0100
https://developer.blender.org/rBf0fb60f8c968f482cefd25db11d080c268c2045d

Fix cycles standalone compile on some systems, CMAKE_DL_LIBS should be enough.

Reviewed By: brecht

Differential Revision: https://developer.blender.org/D205

===================================================================

M       intern/cycles/app/CMakeLists.txt

===================================================================

diff --git a/intern/cycles/app/CMakeLists.txt b/intern/cycles/app/CMakeLists.txt
index 8a81ddd..ada5ea5 100644
--- a/intern/cycles/app/CMakeLists.txt
+++ b/intern/cycles/app/CMakeLists.txt
@@ -30,10 +30,6 @@ set(LIBRARIES
        ${TIFF_LIBRARY}
 )
 
-if(UNIX)
-       list(APPEND LIBRARIES dl)
-endif()
-
 if(WIN32)
        list(APPEND LIBRARIES ${PTHREADS_LIBRARIES})
 endif()

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to