From 0984c9a111741aabea6ca838ec7931f4023716d5 Mon Sep 17 00:00:00 2001 From: Vojtech Kral Date: Wed, 31 Oct 2018 17:29:21 +0100 Subject: [PATCH] deps: Fix dependency list --- deps/CMakeLists.txt | 9 ++++++++- deps/deps-unix-static.cmake | 1 - 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/deps/CMakeLists.txt b/deps/CMakeLists.txt index b02575617..eca86a7c5 100644 --- a/deps/CMakeLists.txt +++ b/deps/CMakeLists.txt @@ -48,7 +48,14 @@ else () endif() add_custom_target(deps ALL - DEPENDS dep_boost dep_tbb dep_libcurl dep_wxwidgets + DEPENDS + dep_boost + dep_tbb + dep_libcurl + dep_wxwidgets + dep_gtest + dep_nlopt + dep_libpng ) # Note: I'm not using any of the LOG_xxx options in ExternalProject_Add() commands diff --git a/deps/deps-unix-static.cmake b/deps/deps-unix-static.cmake index a9ae1ea6a..cbba0f14d 100644 --- a/deps/deps-unix-static.cmake +++ b/deps/deps-unix-static.cmake @@ -63,7 +63,6 @@ ExternalProject_Add(dep_zlib INSTALL_COMMAND "" ) - ExternalProject_Add(dep_libpng DEPENDS dep_zlib EXCLUDE_FROM_ALL 1