ElektraInitiative / libelektra

Elektra serves as a universal and secure framework to access configuration settings in a global, hierarchical key database.
https://www.libelektra.org
BSD 3-Clause "New" or "Revised" License
208 stars 123 forks source link

Crypto: Detection of Botan Does not Work on macOS #1576

Closed sanssecours closed 7 years ago

sanssecours commented 7 years ago

Steps to Reproduce the Problem

Build Elektra according to the steps given in tavis.yml

Expected Result

The build system includes the plugin crypto_botan, since we installed botan via brew install botan.

Actual Result

CMake excludes the plugin printing the following message:

-- Exclude Plugin crypto_botan because botan development files not found

. As far as I can remember the detection process for crypto_botan used to work on macOS in February. Seems like the detection broke somewhere before we enabled experimental plugins in the Travis build.

System Information

markus2330 commented 7 years ago

Thank you for reporting the problem!

I removed the "1.0.0" milestone to keep the number of tasks for the milestone smaller.