diff options
| author | squire <squire@lindenlab.com> | 2011-02-21 18:57:54 -0800 | 
|---|---|---|
| committer | squire <squire@lindenlab.com> | 2011-02-21 18:57:54 -0800 | 
| commit | 531de7491b0e73031538dbb9f5dc0dbea8e5f8e2 (patch) | |
| tree | 7a81cba29301565838db6e091373b5f6fc2e7f25 /indra/cmake | |
| parent | 09562e9e0a50ae28bf7510fb1c77e8c059f653a1 (diff) | |
Changes windows build and PNG cmake to reflect latests libpng builds
Diffstat (limited to 'indra/cmake')
| -rw-r--r-- | indra/cmake/PNG.cmake | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/indra/cmake/PNG.cmake b/indra/cmake/PNG.cmake index f6522d9e2f..33fc3e5bac 100644 --- a/indra/cmake/PNG.cmake +++ b/indra/cmake/PNG.cmake @@ -8,6 +8,6 @@ if (STANDALONE)    include(FindPNG)  else (STANDALONE)    use_prebuilt_binary(libpng) -  set(PNG_LIBRARIES png12) -  set(PNG_INCLUDE_DIRS ${LIBS_PREBUILT_DIR}/include/libpng12) +  set(PNG_LIBRARIES libpng15) +  set(PNG_INCLUDE_DIRS ${LIBS_PREBUILT_DIR}/include/libpng15)  endif (STANDALONE) | 
