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:
authorTamito Kajiyama <rd6t-kjym@asahi-net.or.jp>2010-11-27 15:48:35 +0300
committerTamito Kajiyama <rd6t-kjym@asahi-net.or.jp>2010-11-27 15:48:35 +0300
commita04603d2a0ffed1b3030167449687b893711da32 (patch)
tree95a529f8fb0914add4ea596962b11d6be2f31573 /source/blender/editors/render/CMakeLists.txt
parent5c26fd6c4cd3e05c70b5473cc045127b615a592d (diff)
parent02cc80691d71ea305780655d3b0d4cd4530db9c7 (diff)
Merged changes in the trunk up to revision 33348.
Diffstat (limited to 'source/blender/editors/render/CMakeLists.txt')
-rw-r--r--source/blender/editors/render/CMakeLists.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/blender/editors/render/CMakeLists.txt b/source/blender/editors/render/CMakeLists.txt
index d952d19bc00..f022249b59f 100644
--- a/source/blender/editors/render/CMakeLists.txt
+++ b/source/blender/editors/render/CMakeLists.txt
@@ -53,8 +53,4 @@ IF(WITH_OPENMP)
ADD_DEFINITIONS(-DPARALLEL=1)
ENDIF(WITH_OPENMP)
-IF(WIN32)
- LIST(APPEND INC ${PTHREADS_INC})
-ENDIF(WIN32)
-
BLENDERLIB(bf_editor_render "${SRC}" "${INC}")