This commit is contained in:
kestred 2013-11-29 00:36:18 -07:00
parent 71889acb88
commit 1a75d28f9a
1 changed files with 1 additions and 1 deletions

View File

@ -54,8 +54,8 @@ endif()
# Check for and configure PNG library
find_package(PNG QUIET COMPONENTS png)
# Mangle the builtin FindPNG output to match Panda3D's config-style
find_package(PNG QUIET COMPONENTS png)
include(ManglePNG)
if(HAVE_PNG)
message(STATUS "+ libpng")