-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FindLog4cplus.cmake broken #116
Comments
@Anticom can be Xenial has bumped version from 1.0.4 to 1.1.2, so it's possible. |
@snikulov Indeed the version on my machine is 1.1.2. However I've looked at your FindLog4cplus.cmake and i don't see how this module is breaking anything on my machine. However Shouldn't |
Just remove |
Since we're building pion using Yocto i'd have to create a patch for this which would be unfortunate for such a trivial change. Is there any reason to not make it an option - besides eventually breaking working builds that use a static version of log4cplus - ? If this is your only concern I'd vote for this "breaking" change. |
I think it is smaller then add option and use this option later. |
* change gettimeofday to be clearer - issue splunk#127 * clarify date_number docs - github issue splunk#125 * add docs for from_iso_extended_string function - issue splunk#116 * update documentation for 1.73 release - changes.xml
When changing the find-package of log4cplus to required (
find_package(Log4cplus REQUIRED)
), cmake on my machine fails to find it. I'm not quite sure why that is.Steps to reproduce (
Ubuntu 16.04.1 Xenial LTS, 64 Bit
):CMakeLists.txt
to REQUIRED.sudo apt-get install liblog4cplus-dev
CMake should fail to find the log4cplus library.
I've written a FindLog4cplus.cmake module that works for me but lacks some configurability that your existing module provides.
You can find it here.
The text was updated successfully, but these errors were encountered: