mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-12-24 23:09:44 -05:00
Check correct CMake flag.
This commit is contained in:
parent
1fbddf4149
commit
b17b9683e1
@ -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…
Reference in New Issue
Block a user