apache / celix

Apache Celix is a framework for C and C++14 to develop dynamic modular software applications using component and in-process service-oriented programming.
https://celix.apache.org/
Apache License 2.0
164 stars 86 forks source link

Fixed typo in bundle packaging checking path CMake #530

Closed WebmasterTD closed 1 year ago

WebmasterTD commented 1 year ago

Found a typo, when using add_celix_bundle cmake command with an existing library as the activator. example:

add_celix_bundle(ExampleBundle
        ACTIVATOR /home/user/dir/libexample.so
)

Resolved by adding whitespace to BundlePackaging.cmake