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:
authorJacques Beuarain <jacques.beaurain@gmail.com>2006-11-17 16:07:44 +0300
committerJacques Beuarain <jacques.beaurain@gmail.com>2006-11-17 16:07:44 +0300
commit4d1f0f0e5ccc7c604ef214d7247e8e7bc8836da5 (patch)
tree67b330625fca5ef036b8378adcbaaa69859ed5c4 /source/blender/blenpluginapi
parent6b9bf57066a0ee24902a13f5a371eb711bb7b86a (diff)
CMake: More fixes was needed to get Quicktime working. CMakeCache.txt was fooling me.
Diffstat (limited to 'source/blender/blenpluginapi')
-rw-r--r--source/blender/blenpluginapi/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenpluginapi/CMakeLists.txt b/source/blender/blenpluginapi/CMakeLists.txt
index d7fc83156c1..2afd3ebb121 100644
--- a/source/blender/blenpluginapi/CMakeLists.txt
+++ b/source/blender/blenpluginapi/CMakeLists.txt
@@ -34,7 +34,7 @@ SET(INC
)
IF(WITH_QUICKTIME)
- SET(INC ${INC} QUICKTIME_INC)
+ SET(INC ${INC} ${QUICKTIME_INC})
ADD_DEFINITIONS(-DWITH_QUICKTIME)
ENDIF(WITH_QUICKTIME)