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:42 UTC

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

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(-)