diff options
author | eli_linden <eli@lindenlab.com> | 2010-09-16 15:00:10 -0700 |
---|---|---|
committer | eli_linden <eli@lindenlab.com> | 2010-09-16 15:00:10 -0700 |
commit | 7ef0e0b92ff60f97f115df5779e574de2624159c (patch) | |
tree | 459987853b9643c901fe10e2272dc6be6fc3c52c /indra/cmake | |
parent | 54482096c59abc47dbf1c87a3d06abf7accd36f4 (diff) | |
parent | 586ad99554192d2c868060b94cd462e42e267a64 (diff) |
Merge
Diffstat (limited to 'indra/cmake')
-rw-r--r-- | indra/cmake/PNG.cmake | 2 |
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) |