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 39dbc799 Merge pull request #410 from
apache/feature/rsa_doc_improvement
add f02b6515 Updates FindZMQ.cmake and FindCZMQ.cmake conform the versions
generated by conan.
add 3f93d429 Updates FindJansson.cmake to a lower case package name.
add befb9708 Fixes some naming issues in the embedded Find<pkg>.cmake
files.
add fba37f8d Fixes some cmake config and re-enables C++ RSA tests
new 91fff325 Merge pull request #409 from
apache/feature/rename_zmq_and_jansson_targets_to_align_with_conan
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:
.github/workflows/macos.yml | 1 +
.github/workflows/ubuntu.yml | 1 +
CMakeLists.txt | 4 +--
.../cxx_remote_services/integration/CMakeLists.txt | 10 +++---
.../integration/gtest/CMakeLists.txt | 2 +-
bundles/http_admin/gtest/CMakeLists.txt | 2 +-
bundles/pubsub/examples/CMakeLists.txt | 8 ++---
bundles/pubsub/integration/CMakeLists.txt | 16 ++++-----
bundles/pubsub/keygen/CMakeLists.txt | 8 ++---
bundles/pubsub/pubsub_admin_udp_mc/CMakeLists.txt | 2 +-
.../pubsub/pubsub_admin_websocket/CMakeLists.txt | 2 +-
bundles/pubsub/pubsub_admin_zmq/CMakeLists.txt | 6 ++--
bundles/pubsub/pubsub_discovery/CMakeLists.txt | 2 +-
.../pubsub_serializer_avrobin/CMakeLists.txt | 4 +--
.../pubsub/pubsub_serializer_json/CMakeLists.txt | 2 +-
.../remote_services/discovery_etcd/CMakeLists.txt | 2 +-
.../remote_service_admin_dfi/CMakeLists.txt | 2 +-
.../topology_manager/CMakeLists.txt | 2 +-
cmake/Modules/{FindZMQ.cmake => FindZeroMQ.cmake} | 38 +++++++++++-----------
cmake/Modules/{FindCZMQ.cmake => Findczmq.cmake} | 18 +++++-----
.../Modules/Findjansson.cmake | 4 +--
libs/dfi/CMakeLists.txt | 2 +-
libs/etcdlib/CMakeLists.txt | 2 +-
.../etcdlib/cmake/Findjansson.cmake | 14 ++++----
24 files changed, 78 insertions(+), 76 deletions(-)
rename cmake/Modules/{FindZMQ.cmake => FindZeroMQ.cmake} (52%)
rename cmake/Modules/{FindCZMQ.cmake => Findczmq.cmake} (76%)
rename libs/etcdlib/cmake/FindJansson.cmake => cmake/Modules/Findjansson.cmake
(95%)
rename cmake/Modules/FindJansson.cmake => libs/etcdlib/cmake/Findjansson.cmake
(87%)