mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-07-31 18:48:48 -04:00
Change from ZXCVBN_FOUND to ZXCVBN_LIBRARIES to be aligned with other libraries
This commit is contained in:
parent
640b09c6b2
commit
34ff6d5f6b
2 changed files with 6 additions and 6 deletions
|
@ -38,7 +38,7 @@ target_link_libraries(keepassxc-cli
|
|||
${GCRYPT_LIBRARIES}
|
||||
${GPGERROR_LIBRARIES}
|
||||
${ZLIB_LIBRARIES}
|
||||
${ZXCVBN_FOUND})
|
||||
${ZXCVBN_LIBRARIES})
|
||||
|
||||
install(TARGETS keepassxc-cli
|
||||
BUNDLE DESTINATION . COMPONENT Runtime
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue