temp
This commit is contained in:
parent
71889acb88
commit
1a75d28f9a
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Reference in New Issue