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 2021/08/31 19:10:41 UTC

[celix] branch master updated (9479acd -> 2430b07)

This is an automated email from the ASF dual-hosted git repository.

pnoltes pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/celix.git.


    from 9479acd  Merge pull request #357 from apache/hotfix/alias_and_ci_issues
     add f6484e4  Updates cmake sources ref to comply to CMP0115
     add 0df8249  Updates the use of find_dependency based on imported targets
     new 2430b07  Merge pull request #359 from apache/feature/add_find_dep_to_cmake_config

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 bundles/deployment_admin/CMakeLists.txt            | 21 ++++++++--------
 bundles/device_access/CMakeLists.txt               |  2 +-
 bundles/device_access/device_access/CMakeLists.txt | 10 ++++----
 .../device_access/driver_locator/CMakeLists.txt    |  4 +--
 .../example/base_driver/CMakeLists.txt             |  4 +--
 .../example/consuming_driver/CMakeLists.txt        |  4 +--
 .../example/refining_driver/CMakeLists.txt         |  4 +--
 bundles/http_admin/http_admin/CMakeLists.txt       |  8 +++---
 bundles/logging/log_service_v2/CMakeLists.txt      | 12 ++++-----
 .../examples/calculator_service/CMakeLists.txt     |  4 +--
 .../examples/calculator_shell/CMakeLists.txt       |  8 +++---
 .../topology_manager/CMakeLists.txt                |  6 ++---
 bundles/shell/remote_shell/CMakeLists.txt          |  8 +++---
 bundles/shell/shell/CMakeLists.txt                 | 16 ++++++------
 bundles/shell/shell_bonjour/CMakeLists.txt         |  1 +
 bundles/shell/shell_tui/CMakeLists.txt             |  6 ++---
 cmake/CelixConfig.cmake                            | 29 ++++++++++++++++------
 .../dm_example/phase1/CMakeLists.txt               |  2 +-
 .../dm_example/phase2a/CMakeLists.txt              |  4 +--
 .../dm_example/phase2b/CMakeLists.txt              |  4 +--
 .../dm_example/phase3/CMakeLists.txt               |  4 +--
 examples/celix-examples/embedding/CMakeLists.txt   |  2 +-
 22 files changed, 90 insertions(+), 73 deletions(-)

[celix] 01/01: Merge pull request #359 from apache/feature/add_find_dep_to_cmake_config

Posted by pn...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

pnoltes pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/celix.git

commit 2430b07fcd30d24654ca96c838e4809107a056dd
Merge: 9479acd 0df8249
Author: Pepijn Noltes <pe...@gmail.com>
AuthorDate: Tue Aug 31 21:08:22 2021 +0200

    Merge pull request #359 from apache/feature/add_find_dep_to_cmake_config
    
    Feature/add find dep to cmake config

 bundles/deployment_admin/CMakeLists.txt            | 21 ++++++++--------
 bundles/device_access/CMakeLists.txt               |  2 +-
 bundles/device_access/device_access/CMakeLists.txt | 10 ++++----
 .../device_access/driver_locator/CMakeLists.txt    |  4 +--
 .../example/base_driver/CMakeLists.txt             |  4 +--
 .../example/consuming_driver/CMakeLists.txt        |  4 +--
 .../example/refining_driver/CMakeLists.txt         |  4 +--
 bundles/http_admin/http_admin/CMakeLists.txt       |  8 +++---
 bundles/logging/log_service_v2/CMakeLists.txt      | 12 ++++-----
 .../examples/calculator_service/CMakeLists.txt     |  4 +--
 .../examples/calculator_shell/CMakeLists.txt       |  8 +++---
 .../topology_manager/CMakeLists.txt                |  6 ++---
 bundles/shell/remote_shell/CMakeLists.txt          |  8 +++---
 bundles/shell/shell/CMakeLists.txt                 | 16 ++++++------
 bundles/shell/shell_bonjour/CMakeLists.txt         |  1 +
 bundles/shell/shell_tui/CMakeLists.txt             |  6 ++---
 cmake/CelixConfig.cmake                            | 29 ++++++++++++++++------
 .../dm_example/phase1/CMakeLists.txt               |  2 +-
 .../dm_example/phase2a/CMakeLists.txt              |  4 +--
 .../dm_example/phase2b/CMakeLists.txt              |  4 +--
 .../dm_example/phase3/CMakeLists.txt               |  4 +--
 examples/celix-examples/embedding/CMakeLists.txt   |  2 +-
 22 files changed, 90 insertions(+), 73 deletions(-)