Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus von Appen <mva@freebsd.org>2014-01-13 13:33:43 +0400
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2014-01-13 13:36:02 +0400
commitf0fb60f8c968f482cefd25db11d080c268c2045d (patch)
tree6bcae2e046343b45f35a401c4396bdd8b0921613 /intern/cycles/app
parent61ff3dfdda3aa80323fb2c0324e1813a7b136a88 (diff)
Fix cycles standalone compile on some systems, CMAKE_DL_LIBS should be enough.
Reviewed By: brecht Differential Revision: https://developer.blender.org/D205
Diffstat (limited to 'intern/cycles/app')
-rw-r--r--intern/cycles/app/CMakeLists.txt4
1 files changed, 0 insertions, 4 deletions
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()