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()