abedra / libvault

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

Use CMAKE_CURRENT_BINARY_DIR consistently for installs #101

Closed jdavidpeter closed 2 years ago

jdavidpeter commented 2 years ago

abedra/libvault#100 Currently CMAKE_CURRENT_BINARY_DIR is mixed with CMAKE_BINARY_DIR in the CMakeLists.txt. This creates errors when libvault is not built directly, but as part of a larger project and is referred by add_subdirectory()

abedra commented 2 years ago

Good catch, thanks