From 95f93cd6d316a910c5d4d2d518f772e43b7caa20 Mon Sep 17 00:00:00 2001 From: Micke Prag Date: Thu, 9 Apr 2015 12:49:21 +0200 Subject: [PATCH] Add dependency on client for tdtool. Build fails if parallel building is used otherwise --- telldus-core/tdtool/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/telldus-core/tdtool/CMakeLists.txt b/telldus-core/tdtool/CMakeLists.txt index c9aeb07b..eacc2dac 100644 --- a/telldus-core/tdtool/CMakeLists.txt +++ b/telldus-core/tdtool/CMakeLists.txt @@ -13,6 +13,7 @@ SET(tdtool_SRCS ADD_EXECUTABLE(tdtool ${tdtool_SRCS} ) +ADD_DEPENDENCIES(tdtool ${telldus-core_TARGET}) SIGN(tdtool) INCLUDE_DIRECTORIES(