abedra / libvault

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

Zsp target name fix #86

Closed zspasztori closed 3 years ago

zspasztori commented 3 years ago

this makes the terget name more in sync with the lib names

abedra commented 3 years ago

This does not actually produce the intended result. The reason is that lib is automatically appended, so by adding it here you get artifacts named liblibvault, which is not desirable. If you do a build and a make install you will see the result I am talking about.