mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
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:
@@ -47,7 +47,7 @@ if(srcdir STREQUAL bindir)
|
|||||||
message(FATAL_ERROR "Terminating configuration")
|
message(FATAL_ERROR "Terminating configuration")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
find_package(PNG 1.6 REQUIRED)
|
find_package(PNG 1.2 REQUIRED)
|
||||||
find_package(BISON REQUIRED)
|
find_package(BISON REQUIRED)
|
||||||
find_package(FLEX)
|
find_package(FLEX)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user