summaryrefslogtreecommitdiff
path: root/indra/cmake/PNG.cmake
diff options
context:
space:
mode:
authorTofu Linden <tofu.linden@lindenlab.com>2010-09-20 09:56:57 +0100
committerTofu Linden <tofu.linden@lindenlab.com>2010-09-20 09:56:57 +0100
commit301f0c6a3b28a3040f8cb36e73d3b367a9262724 (patch)
tree97c37b2db9701f01f9872b58a414990bbc311de4 /indra/cmake/PNG.cmake
parentc2a87df2bccbf6e662f3a4c4edb210748ffa692d (diff)
parentb92ca367aed209b6e8007035ea307d5a0c8d53dc (diff)
merge.
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)