mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-04 21:17:43 +03:00
Check correct CMake flag.
This commit is contained in:
parent
1fbddf4149
commit
b17b9683e1
1 changed files with 1 additions and 1 deletions
|
@ -499,7 +499,7 @@ if(MINGW)
|
|||
endif()
|
||||
|
||||
find_file(CRYPTO_DLL NAMES libcrypto-1_1.dll libcrypto-1_1-x64.dll)
|
||||
if (NOT OPENSSL_DLL)
|
||||
if (NOT CRYPTO_DLL)
|
||||
message(FATAL_ERROR "Cannot find libcrypto dll, ensure libgcrypt is properly installed.")
|
||||
endif()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue