Skip to content

Commit

Permalink
Update install path for yubihsm_pkcs11 module
Browse files Browse the repository at this point in the history
  • Loading branch information
aveenismail authored and qpernil committed May 11, 2022
1 parent c26826f commit 65787a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkcs11/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ install(
TARGETS yubihsm_pkcs11
ARCHIVE DESTINATION "${YUBIHSM_INSTALL_LIB_DIR}"
LIBRARY DESTINATION "${YUBIHSM_INSTALL_LIB_DIR}"
RUNTIME DESTINATION "${YUBIHSM_INSTALL_BIN_DIR}/pkcs11")
RUNTIME DESTINATION "${YUBIHSM_INSTALL_BIN_DIR}")
install(FILES pkcs11.h DESTINATION "${YUBIHSM_INSTALL_INC_DIR}/pkcs11")
install(FILES pkcs11y.h DESTINATION "${YUBIHSM_INSTALL_INC_DIR}/pkcs11")

Expand Down

0 comments on commit 65787a6

Please sign in to comment.