From a4c3ca86715c972fa641f374d9cc01dea35a7fe1 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 15 Nov 2014 16:51:21 +0100 Subject: CMake: use pthreads on all os's --- intern/cycles/app/CMakeLists.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'intern/cycles/app') 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} -- cgit v1.2.3