deps: Fix dependency list

This commit is contained in:
Vojtech Kral 2018-10-31 17:29:21 +01:00
parent 7e71aaffd5
commit 0984c9a111
2 changed files with 8 additions and 2 deletions

View file

@ -63,7 +63,6 @@ ExternalProject_Add(dep_zlib
INSTALL_COMMAND ""
)
ExternalProject_Add(dep_libpng
DEPENDS dep_zlib
EXCLUDE_FROM_ALL 1