diff options
author | Jennifer Leech <jenn@lindenlab.com> | 2008-06-12 20:51:41 +0000 |
---|---|---|
committer | Jennifer Leech <jenn@lindenlab.com> | 2008-06-12 20:51:41 +0000 |
commit | fbf15572d905799257c07d1ddfb9dea0007e89fe (patch) | |
tree | 090041496a28250356fab7806ff5c02d929a8169 /indra/cmake/PNG.cmake | |
parent | 26a87de287544e923d08addcae4efd51125ac8c0 (diff) |
svn merge -r89258:89534 svn+ssh://svn/svn/linden/branches/install-dev-binaries/idb2-merge-buildme
Diffstat (limited to 'indra/cmake/PNG.cmake')
-rw-r--r-- | indra/cmake/PNG.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/cmake/PNG.cmake b/indra/cmake/PNG.cmake index b4f7e5e66b..4d0b7b2d8d 100644 --- a/indra/cmake/PNG.cmake +++ b/indra/cmake/PNG.cmake @@ -1,4 +1,5 @@ # -*- cmake -*- +include(Prebuilt) set(PNG_FIND_QUIETLY ON) set(PNG_FIND_REQUIRED ON) @@ -6,6 +7,7 @@ set(PNG_FIND_REQUIRED ON) if (STANDALONE) include(FindPNG) else (STANDALONE) + use_prebuilt_binary(libpng) set(PNG_LIBRARIES png12) set(PNG_INCLUDE_DIRS ${LIBS_PREBUILT_DIR}/include) endif (STANDALONE) |