summaryrefslogtreecommitdiff
path: root/indra/cmake
diff options
context:
space:
mode:
authoreli_linden <eli@lindenlab.com>2010-09-16 15:00:10 -0700
committereli_linden <eli@lindenlab.com>2010-09-16 15:00:10 -0700
commit7ef0e0b92ff60f97f115df5779e574de2624159c (patch)
tree459987853b9643c901fe10e2272dc6be6fc3c52c /indra/cmake
parent54482096c59abc47dbf1c87a3d06abf7accd36f4 (diff)
parent586ad99554192d2c868060b94cd462e42e267a64 (diff)
Merge
Diffstat (limited to 'indra/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)