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>2011-09-15 15:37:42 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2011-09-15 15:37:42 +0400
commit86d05b31446d8960679ece640089474afe5577d9 (patch)
tree2bc24d4a7d9086fb80d039b9f1297dd620645ac0 /CMakeLists.txt
parent761c44cbc1274a023fdb89cf5a4cbd4100684cd3 (diff)
Update build rules to deal with new gettext libraries.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt6
1 files changed, 1 insertions, 5 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 6eb8b8c0853..d6e6bf06f31 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -642,11 +642,7 @@ elseif(WIN32)
set(GETTEXT ${LIBDIR}/gettext)
set(GETTEXT_INC ${GETTEXT}/include)
set(GETTEXT_LIBPATH ${GETTEXT}/lib)
- if(CMAKE_CL_64)
- set(GETTEXT_LIB gettext)
- else()
- set(GETTEXT_LIB gnu_gettext)
- endif()
+ set(GETTEXT_LIB gnu_gettext)
endif()
if(CMAKE_CL_64)