Boost directories were not properly configured to vc2010.

Opencolorio directories and openimageio not work as you would expect macro
This commit is contained in:
Alexander Pinzon
2012-09-25 15:11:34 +00:00
parent 80fed19ffc
commit c0a7773ccf
2 changed files with 4 additions and 4 deletions

View File

@@ -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