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:
authorSergey Sharybin <sergey.vfx@gmail.com>2012-11-19 17:15:11 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2012-11-19 17:15:11 +0400
commit9947f70f19a333b4dba6ed57ae22d93fa0f89145 (patch)
tree74c3e06c16b3fe331e9ed059300b93dc275ad7d3 /intern/locale/CMakeLists.txt
parent3b570440e4c104e01e4937e1be55df5003707ab1 (diff)
Localization should not depend on debug locale library
Linking happens fine, but blender crashes on startup -- crash with familiar backtrace happens with i18n disabled (in that case it's something to do with OIIO).
Diffstat (limited to 'intern/locale/CMakeLists.txt')
-rw-r--r--intern/locale/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/intern/locale/CMakeLists.txt b/intern/locale/CMakeLists.txt
index f3356bcda49..3187639c844 100644
--- a/intern/locale/CMakeLists.txt
+++ b/intern/locale/CMakeLists.txt
@@ -39,6 +39,7 @@ if(WITH_INTERNATIONAL)
${BOOST_INCLUDE_DIR}
)
add_definitions(-DWITH_INTERNATIONAL)
+ add_definitions(${BOOST_DEFINITIONS})
endif()
blender_add_lib(bf_intern_locale "${SRC}" "${INC}" "${INC_SYS}")