CELIX-335: Remove deploy_targets() from project CMakeLists.txt template. Not needed with rewrite Packaging.cmake
Project: http://git-wip-us.apache.org/repos/asf/celix/repo Commit: http://git-wip-us.apache.org/repos/asf/celix/commit/a733db4d Tree: http://git-wip-us.apache.org/repos/asf/celix/tree/a733db4d Diff: http://git-wip-us.apache.org/repos/asf/celix/diff/a733db4d Branch: refs/heads/release/celix-2.0.0 Commit: a733db4d4347a41fcc6513dfe6b840247e2b7b36 Parents: 1eb9eb0 Author: Pepijn Noltes <[email protected]> Authored: Fri Feb 5 10:49:39 2016 +0100 Committer: Pepijn Noltes <[email protected]> Committed: Fri Feb 5 10:49:39 2016 +0100 ---------------------------------------------------------------------- celix-bootstrap/celix/bootstrap/templates/project/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/celix/blob/a733db4d/celix-bootstrap/celix/bootstrap/templates/project/CMakeLists.txt ---------------------------------------------------------------------- diff --git a/celix-bootstrap/celix/bootstrap/templates/project/CMakeLists.txt b/celix-bootstrap/celix/bootstrap/templates/project/CMakeLists.txt index 6991e4a..d5d6d81 100644 --- a/celix-bootstrap/celix/bootstrap/templates/project/CMakeLists.txt +++ b/celix-bootstrap/celix/bootstrap/templates/project/CMakeLists.txt @@ -35,4 +35,3 @@ include_directories(${CELIX_INCLUDE_DIRS}) # #{{end}} -deploy_targets()
