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:
authorCampbell Barton <ideasman42@gmail.com>2011-06-18 18:12:54 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-06-18 18:12:54 +0400
commit968b2a8afbef552988d10df38e358d97d273dc8c (patch)
tree5ded93eec5c0762cbbd77d09d21ff81b3d6bc524 /source/blender/editors/render
parent549c2c58a109974408de29515b48161a756491c9 (diff)
rename cmake include/libraries to conform with suggested cmake names
Diffstat (limited to 'source/blender/editors/render')
-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 c3bb6f457a2..0d1de00806b 100644
--- a/source/blender/editors/render/CMakeLists.txt
+++ b/source/blender/editors/render/CMakeLists.txt
@@ -52,7 +52,7 @@ set(SRC
if(WITH_CODEC_QUICKTIME)
list(APPEND INC ../../quicktime)
- list(APPEND INC_SYS ${QUICKTIME_INC})
+ list(APPEND INC_SYS ${QUICKTIME_INCLUDE_DIRS})
add_definitions(-DWITH_QUICKTIME)
endif()