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:
authorAlexander Pinzon <apinzonf@gmail.com>2012-09-25 19:11:34 +0400
committerAlexander Pinzon <apinzonf@gmail.com>2012-09-25 19:11:34 +0400
commitc0a7773ccfec9ede40721b478a7efe4bac7369bd (patch)
treec02178e372b3f919f46bb4744a8790278754fcc5 /source/creator
parent80fed19ffc74a792fb7fd533bf8d90cbf54a51f1 (diff)
Boost directories were not properly configured to vc2010.
Opencolorio directories and openimageio not work as you would expect macro
Diffstat (limited to 'source/creator')
-rw-r--r--source/creator/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/creator/CMakeLists.txt b/source/creator/CMakeLists.txt
index 0068bb98a95..1880957ff8b 100644
--- a/source/creator/CMakeLists.txt
+++ b/source/creator/CMakeLists.txt
@@ -636,7 +636,7 @@ elseif(WIN32)
if(WITH_OPENIMAGEIO)
if(NOT MINGW)
- set_lib_path(OIIOBIN "openimageio")
+ set(OIIOBIN ${LIBDIR}/openimageio)
install(
FILES
${OIIOBIN}/bin/OpenImageIO.dll
@@ -646,7 +646,7 @@ elseif(WIN32)
endif()
if(WITH_OPENCOLORIO)
- set_lib_path(OCIOBIN "opencolorio/bin")
+ set(OCIOBIN ${LIBDIR}/opencolorio/bin)
if(NOT MINGW)
install(
FILES