Change from ZXCVBN_FOUND to ZXCVBN_LIBRARIES to be aligned with other libraries

This commit is contained in:
Julian Andres Klode 2017-06-28 15:18:24 +02:00 committed by Gianfranco Costamagna
parent 640b09c6b2
commit 34ff6d5f6b
2 changed files with 6 additions and 6 deletions

View file

@ -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