From f2665d52e220a7726f1ca84127a1d1fb8078f521 Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Sat, 15 Nov 2014 23:03:45 +0500 Subject: CMake: Minor cleanup --- intern/cycles/app/CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'intern/cycles/app') diff --git a/intern/cycles/app/CMakeLists.txt b/intern/cycles/app/CMakeLists.txt index 0694be0321a..63cd0bca4b4 100644 --- a/intern/cycles/app/CMakeLists.txt +++ b/intern/cycles/app/CMakeLists.txt @@ -28,6 +28,7 @@ set(LIBRARIES ${JPEG_LIBRARIES} ${ZLIB_LIBRARIES} ${TIFF_LIBRARY} + ${PTHREADS_LIBRARIES} extern_clew extern_cuew ) @@ -42,8 +43,6 @@ endif() add_definitions(${GL_DEFINITIONS}) -list(APPEND LIBRARIES ${PTHREADS_LIBRARIES}) - link_directories(${OPENIMAGEIO_LIBPATH} ${BOOST_LIBPATH} ${PNG_LIBPATH} -- cgit v1.2.3