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:27:11 +0400
committerAlexander Pinzon <apinzonf@gmail.com>2012-09-25 19:27:11 +0400
commit38b93b968cc7a136b5325712596f8c145dea2e6f (patch)
treeebff223ec42397daa6b05fb0e355237f0d80e6b0 /CMakeLists.txt
parent9b34237c0988959a216ef54396c2c62c69561293 (diff)
Unification of names for the BOOST library directory in Windows 32 and win64
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 b39390c15b0..fd6750c4366 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1073,7 +1073,7 @@ elseif(WIN32)
set(BOOST ${LIBDIR}/boost)
set(BOOST_INCLUDE_DIR ${BOOST}/include)
if(MSVC10)
- set(BOOST_LIBPATH ${BOOST}/lib/vc_10)
+ set(BOOST_LIBPATH ${BOOST}/vc2010/lib)
set(BOOST_POSTFIX "vc100-mt-s-1_49.lib")
set(BOOST_DEBUG_POSTFIX "vc100-mt-sgd-1_49.lib")
else()