Only require libpng 1.2 in CMakeLists

This version is sufficient for rgbgfx to function properly, according to testing.
The security problems are not ours to decide, however!
This commit is contained in:
ISSOtm
2020-07-21 23:23:52 +02:00
parent 69a8c62863
commit 874bd92604

View File

@@ -47,7 +47,7 @@ if(srcdir STREQUAL bindir)
message(FATAL_ERROR "Terminating configuration")
endif()
find_package(PNG 1.6 REQUIRED)
find_package(PNG 1.2 REQUIRED)
find_package(BISON REQUIRED)
find_package(FLEX)