Don't try to copy gnu_gettext.dll when building 64bit Blender - it's linked statically on win64.

This commit is contained in:
Nathan Letwory
2011-03-09 20:58:26 +00:00
parent 108d150032
commit 58fbef0a19

View File

@@ -358,12 +358,12 @@ if(WITH_INSTALL)
PATTERN ".svn" EXCLUDE
)
install(
FILES ${LIBDIR}/gettext/lib/gnu_gettext.dll
DESTINATION ${TARGETDIR}/
)
if(NOT CMAKE_CL_64)
install(
FILES ${LIBDIR}/gettext/lib/gnu_gettext.dll
DESTINATION ${TARGETDIR}/
)
install(
FILES ${LIBDIR}/iconv/lib/iconv.dll
DESTINATION ${TARGETDIR}/