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:
authorThomas Dinges <blender@dingto.org>2011-12-19 23:46:07 +0400
committerThomas Dinges <blender@dingto.org>2011-12-19 23:46:07 +0400
commitb66c87231abf35f2bc3443c7d7b4140aee0621bc (patch)
tree1a64d47bc3b1ca79f47c1b5e540147e7e508b04f /CMakeLists.txt
parent0ebb1a3f9f912b5f95472f186ff76daf5e368490 (diff)
* Changes for static win32 png libs.
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 af111c27f4f..371b7eb0896 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -723,11 +723,7 @@ elseif(WIN32)
set(GETTEXT_LIBRARIES gnu_gettext)
endif()
- if(CMAKE_CL_64)
- set(PNG_LIBRARIES libpng)
- else()
- set(PNG_LIBRARIES libpng_st)
- endif()
+ set(PNG_LIBRARIES libpng)
set(JPEG_LIBRARIES libjpeg)
set(PNG "${LIBDIR}/png")