pnoltes opened a new pull request #408:
URL: https://github.com/apache/celix/pull/408


   I started testing the Celix Conan setup on a macOS system and something did 
not work:
   
   - conan install failed, because both cmake 3.17.5 and libzip 1.7.3 needed an 
different openssl version (1.1.1m and 1.1.1n). Currently I solved this by 
explicitly adding a openssl dep, but maybe this can be solved cleaner
   - `-Wl,--unresolved-symbols=ignore-in-shared-libs` does not work on macOS, 
so conanfile now does this behind an `if`
   - For me `self.version` was not so, so made this optional
   - The conan generated Findjansson creates a `jansson::jansson` imported 
target and not a `Jansson` imported target which was generated by Celix's 
FIndJansson.cmake. This has now been updated to `jansson::jansson`
   
   
   I still have some troubles with running the Celix tests and I will look into 
this a bit later. 
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@celix.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to