Skip to content

Commit

Permalink
Install library to LIBDIR. Closes #104
Browse files Browse the repository at this point in the history
  • Loading branch information
abedra committed Aug 25, 2024
1 parent 7bfa3c5 commit d9238d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ if(INSTALL)
install(
TARGETS vault
EXPORT libvaultTargets
LIBRARY DESTINATION ${CMAKE_INSTALL_DIR}
LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
PUBLIC_HEADER DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/libvault)

install(
Expand Down

0 comments on commit d9238d4

Please sign in to comment.