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-09-11 15:16:55 +0400
committerTamito Kajiyama <rd6t-kjym@asahi-net.or.jp>2010-09-11 15:16:55 +0400
commitfdb4b0c3ed9279473eb0edf4bac0333e7e929727 (patch)
tree13ebfc964d5c0588e5c1d67f9b7d00a25a542437 /source/blender/editors/render/CMakeLists.txt
parentb1da4cfcd8091e2bfc124e1729a89301dbb2164b (diff)
parent38669bd5fdf703f94de1884798580e9326e00057 (diff)
Merged changes in the trunk up to revision 31880.
Diffstat (limited to 'source/blender/editors/render/CMakeLists.txt')
-rw-r--r--source/blender/editors/render/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/render/CMakeLists.txt b/source/blender/editors/render/CMakeLists.txt
index faf110c1eed..5ca8162a93d 100644
--- a/source/blender/editors/render/CMakeLists.txt
+++ b/source/blender/editors/render/CMakeLists.txt
@@ -49,7 +49,7 @@ IF(WITH_OPENMP)
ENDIF(WITH_OPENMP)
IF(WIN32)
- SET(INC ${INC} ${PTHREADS_INC})
+ LIST(APPEND INC ${PTHREADS_INC})
ENDIF(WIN32)
BLENDERLIB(bf_editor_render "${SRC}" "${INC}")