summaryrefslogtreecommitdiff
path: root/indra/cmake/PNG.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'indra/cmake/PNG.cmake')
-rw-r--r--indra/cmake/PNG.cmake8
1 files changed, 1 insertions, 7 deletions
diff --git a/indra/cmake/PNG.cmake b/indra/cmake/PNG.cmake
index cf10c2dda5..4d0b7b2d8d 100644
--- a/indra/cmake/PNG.cmake
+++ b/indra/cmake/PNG.cmake
@@ -8,12 +8,6 @@ if (STANDALONE)
include(FindPNG)
else (STANDALONE)
use_prebuilt_binary(libpng)
- if (WINDOWS)
- set(PNG_LIBRARIES
- debug libpngd
- optimized libpng)
- else (WINDOWS)
- set(PNG_LIBRARIES png12)
- endif (WINDOWS)
+ set(PNG_LIBRARIES png12)
set(PNG_INCLUDE_DIRS ${LIBS_PREBUILT_DIR}/include)
endif (STANDALONE)