From f0fb60f8c968f482cefd25db11d080c268c2045d Mon Sep 17 00:00:00 2001 From: Marcus von Appen Date: Mon, 13 Jan 2014 10:33:43 +0100 Subject: Fix cycles standalone compile on some systems, CMAKE_DL_LIBS should be enough. Reviewed By: brecht Differential Revision: https://developer.blender.org/D205 --- intern/cycles/app/CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) (limited to 'intern/cycles/app') diff --git a/intern/cycles/app/CMakeLists.txt b/intern/cycles/app/CMakeLists.txt index 8a81ddde1e1..ada5ea55fb2 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() -- cgit v1.2.3