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/render/CMakeLists.txt
parent5c26fd6c4cd3e05c70b5473cc045127b615a592d (diff)
parent02cc80691d71ea305780655d3b0d4cd4530db9c7 (diff)
Merged changes in the trunk up to revision 33348.
Diffstat (limited to 'source/blender/render/CMakeLists.txt')
-rw-r--r--source/blender/render/CMakeLists.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/blender/render/CMakeLists.txt b/source/blender/render/CMakeLists.txt
index b65aefeb162..0be9796fabd 100644
--- a/source/blender/render/CMakeLists.txt
+++ b/source/blender/render/CMakeLists.txt
@@ -78,10 +78,6 @@ SET(SRC
intern/source/zbuf.c
)
-IF(WIN32)
- LIST(APPEND INC ${PTHREADS_INC})
-ENDIF(WIN32)
-
IF(WITH_IMAGE_OPENEXR)
ADD_DEFINITIONS(-DWITH_OPENEXR)
ENDIF(WITH_IMAGE_OPENEXR)