abedra / libvault

A C++ library for Hashicorp Vault
MIT License
34 stars 26 forks source link

Add a build instruction that omits the catch2 dep #32

Closed TomMD closed 4 years ago

TomMD commented 4 years ago

The Muse system, which includes infer, can analyze libvault automatically if you'd like. We just need to activate this organization and tell Muse either how to install without the Catch2 dependency or how to install Catch2. This PR opts to instruct the system to build without Catch2.

abedra commented 4 years ago

Thanks @TomMD. I've been thinking about fixing up the Catch2 stuff either within cmake or with conan. If there's a preferred way to do this i'm open to suggestions.