summaryrefslogtreecommitdiff
path: root/indra/cmake/PNG.cmake
diff options
context:
space:
mode:
authorBoroondas Gupte <hg@boroon.dasgupta.ch>2010-09-15 16:07:13 +0200
committerBoroondas Gupte <hg@boroon.dasgupta.ch>2010-09-15 16:07:13 +0200
commit6e1ba9c960e473b113fba1f503711773aaaea436 (patch)
tree6989512435dd1e6e44a902cea9b42c58e5b2efbe /indra/cmake/PNG.cmake
parent8e28257c57dac00ce30d2907f6c24120769eeb57 (diff)
parentc4a99e9a6ea3ee737acc6a65a65038975bda70d3 (diff)
merged STORM-130 (a.k.a. VWR-22769, SNOW-737 Version agnostic libPNG linking)
Diffstat (limited to 'indra/cmake/PNG.cmake')
-rw-r--r--indra/cmake/PNG.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/cmake/PNG.cmake b/indra/cmake/PNG.cmake
index 4d0b7b2d8d..f6522d9e2f 100644
--- a/indra/cmake/PNG.cmake
+++ b/indra/cmake/PNG.cmake
@@ -9,5 +9,5 @@ if (STANDALONE)
else (STANDALONE)
use_prebuilt_binary(libpng)
set(PNG_LIBRARIES png12)
- set(PNG_INCLUDE_DIRS ${LIBS_PREBUILT_DIR}/include)
+ set(PNG_INCLUDE_DIRS ${LIBS_PREBUILT_DIR}/include/libpng12)
endif (STANDALONE)