abedra / libvault

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

Make gcov an optional dependency for debug #47

Closed jimpark closed 4 years ago

jimpark commented 4 years ago

Libvault in debug mode links to gcov. If another project that depends on libvault is building with debug, it requires gcov as well. It would be nice if the CMake project set it as an option that can be disabled.