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:
authorDamien Plisson <damien.plisson@yahoo.fr>2010-01-12 11:46:38 +0300
committerDamien Plisson <damien.plisson@yahoo.fr>2010-01-12 11:46:38 +0300
commitb76551da68d6bc35d606cff6594df853cfee3234 (patch)
tree19a6fa719cf20627274765a7534b8e31956d7e3b /source/blender/makesrna/intern/CMakeLists.txt
parentac3f7db076e91591c9dd35ce0d08b6fd9af08b7d (diff)
CMake fix for windows build
Patch by Guillaume Lecocq. Thx!
Diffstat (limited to 'source/blender/makesrna/intern/CMakeLists.txt')
-rw-r--r--source/blender/makesrna/intern/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/CMakeLists.txt b/source/blender/makesrna/intern/CMakeLists.txt
index 113dfc51138..b42252fec99 100644
--- a/source/blender/makesrna/intern/CMakeLists.txt
+++ b/source/blender/makesrna/intern/CMakeLists.txt
@@ -63,7 +63,7 @@ IF(WITH_DDS)
ENDIF(WITH_DDS)
IF(WITH_QUICKTIME)
- SET(INC "${INC} ../../quicktime")
+ SET(INC ${INC} ../../quicktime)
ADD_DEFINITIONS(-DWITH_QUICKTIME)
ENDIF(WITH_QUICKTIME)