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:
authorNathan Letwory <nathan@letworyinteractive.com>2010-10-06 11:13:42 +0400
committerNathan Letwory <nathan@letworyinteractive.com>2010-10-06 11:13:42 +0400
commitfdadab10062cd9fbef6a6585fd19f344280a9d5b (patch)
tree52f819576cff389159b13255e28d50972583d249 /CMakeLists.txt
parent02d97e4da297b8fa112811470846c0ae4598412a (diff)
COLLADA exporter: split camera and light export into own files.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index e4ef5680e02..3ace8a771c5 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -483,7 +483,7 @@ IF(WIN32)
IF(WITH_LCMS)
SET(LCMS ${LIBDIR}/lcms)
- SET(LCMS_INC ${LCMS}/include)
+ SET(LCMS_INCLUDE_DIR ${LCMS}/include)
SET(LCMS_LIBPATH ${LCMS}/lib)
SET(LCMS_LIB lcms)
ENDIF(WITH_LCMS)