From ea6e6023f9530942c54963210dc3f3ef35616147 Mon Sep 17 00:00:00 2001 From: Vojtech Kral Date: Mon, 25 Mar 2019 12:27:49 +0100 Subject: [PATCH] deps: Fix: remove dep_libpng --- deps/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/deps/CMakeLists.txt b/deps/CMakeLists.txt index 421177dbf..0fe9697ad 100644 --- a/deps/CMakeLists.txt +++ b/deps/CMakeLists.txt @@ -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