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:
authorCampbell Barton <ideasman42@gmail.com>2014-11-15 18:51:21 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2014-12-31 23:31:07 +0300
commita4c3ca86715c972fa641f374d9cc01dea35a7fe1 (patch)
tree2809a7d319b27eee4b6ce941f7bf2f8ebb360b15 /intern/cycles/app
parentb6c175b27a384a641858a50087a76149add06a90 (diff)
CMake: use pthreads on all os's
Diffstat (limited to 'intern/cycles/app')
-rw-r--r--intern/cycles/app/CMakeLists.txt4
1 files changed, 1 insertions, 3 deletions
diff --git a/intern/cycles/app/CMakeLists.txt b/intern/cycles/app/CMakeLists.txt
index 3d4a72dc015..3af72ac4431 100644
--- a/intern/cycles/app/CMakeLists.txt
+++ b/intern/cycles/app/CMakeLists.txt
@@ -38,9 +38,7 @@ endif()
add_definitions(${GL_DEFINITIONS})
-if(WIN32)
- list(APPEND LIBRARIES ${PTHREADS_LIBRARIES})
-endif()
+list(APPEND LIBRARIES ${PTHREADS_LIBRARIES})
link_directories(${OPENIMAGEIO_LIBPATH}
${BOOST_LIBPATH}