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:
authorAntony Riakiotakis <kalast@gmail.com>2012-02-26 13:28:06 +0400
committerAntony Riakiotakis <kalast@gmail.com>2012-02-26 13:28:06 +0400
commitb6582ff8fab438741938fd99607ec91b221fde11 (patch)
treea745b9774b2ff8f9ca5537927b8ce1166880e118 /CMakeLists.txt
parentbed02574143ab335eba5ebc6fe1c32390d3a80ea (diff)
Change boost librarie names for MinGW to use the recently added libraries
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 114cdf40e2f..2f1ba9ad078 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1033,8 +1033,8 @@ elseif(WIN32)
if(WITH_BOOST)
set(BOOST ${LIBDIR}/boost)
set(BOOST_INCLUDE_DIR ${BOOST}/include)
- set(BOOST_POSTFIX "mgw45-mt-s-1_47")
- set(BOOST_DEBUG_POSTFIX "mgw45-mt-sd-1_47")
+ set(BOOST_POSTFIX "mgw46-mt-s-1_47")
+ set(BOOST_DEBUG_POSTFIX "mgw46-mt-sd-1_47")
set(BOOST_LIBRARIES
optimized boost_date_time-${BOOST_POSTFIX} boost_filesystem-${BOOST_POSTFIX}
boost_regex-${BOOST_POSTFIX} boost_system-${BOOST_POSTFIX} boost_thread-${BOOST_POSTFIX}