-- 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.
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 installedbotan
viabrew install botan
.Actual Result
CMake excludes the plugin printing the following message:
. 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