[Bf-blender-cvs] [f2665d5] master: CMake: Minor cleanup

Sergey Sharybin noreply at git.blender.org
Wed Dec 31 21:32:48 CET 2014


Commit: f2665d52e220a7726f1ca84127a1d1fb8078f521
Author: Sergey Sharybin
Date:   Sat Nov 15 23:03:45 2014 +0500
Branches: master
https://developer.blender.org/rBf2665d52e220a7726f1ca84127a1d1fb8078f521

CMake: Minor cleanup

===================================================================

M	intern/cycles/app/CMakeLists.txt

===================================================================

diff --git a/intern/cycles/app/CMakeLists.txt b/intern/cycles/app/CMakeLists.txt
index 0694be0..63cd0bc 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}




More information about the Bf-blender-cvs mailing list