deps: Fix: remove dep_libpng

This commit is contained in:
Vojtech Kral 2019-03-25 12:27:49 +01:00
parent 956391d9d1
commit ea6e6023f9

1
deps/CMakeLists.txt vendored
View File

@ -82,7 +82,6 @@ add_custom_target(deps ALL
dep_wxwidgets
dep_gtest
dep_nlopt
dep_libpng
)
# Note: I'm not using any of the LOG_xxx options in ExternalProject_Add() commands