You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@celix.apache.org by pn...@apache.org on 2018/01/30 19:19:26 UTC

[30/50] [abbrv] celix git commit: CELIX-401: Removes incorrect add_dependencies usage in the add_celix_docker CMake command

CELIX-401: Removes incorrect add_dependencies usage in the add_celix_docker CMake command


Project: http://git-wip-us.apache.org/repos/asf/celix/repo
Commit: http://git-wip-us.apache.org/repos/asf/celix/commit/5cc65060
Tree: http://git-wip-us.apache.org/repos/asf/celix/tree/5cc65060
Diff: http://git-wip-us.apache.org/repos/asf/celix/diff/5cc65060

Branch: refs/heads/master
Commit: 5cc65060e466f2bd5f0f7b236bedc8a30357848a
Parents: b166716
Author: Pepijn Noltes <pe...@gmail.com>
Authored: Thu Dec 21 12:36:36 2017 +0100
Committer: Pepijn Noltes <pe...@gmail.com>
Committed: Thu Dec 21 12:36:36 2017 +0100

----------------------------------------------------------------------
 cmake/cmake_celix/DockerPackaging.cmake | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/celix/blob/5cc65060/cmake/cmake_celix/DockerPackaging.cmake
----------------------------------------------------------------------
diff --git a/cmake/cmake_celix/DockerPackaging.cmake b/cmake/cmake_celix/DockerPackaging.cmake
index c792242..0acd7cc 100644
--- a/cmake/cmake_celix/DockerPackaging.cmake
+++ b/cmake/cmake_celix/DockerPackaging.cmake
@@ -221,7 +221,6 @@ function(celix_docker_bundles)
                 COMMENT "Copying bundle '${BUNDLE}' to '${OUT}'"
                 DEPENDS ${BUNDLE}
             )
-            add_dependencies(${DOCKER_TARGET} ${OUT})
         else() #assuming target
             get_target_property(BFN ${BUNDLE} BUNDLE_FILE_NAME)
             list(APPEND BUNDLES "${BUNDLES_DIR}/${BFN}")