Changelog: https://gitlab.linphone.org/BC/public/lime/-/tags/5.4.2 Sponsored by: Cybermancer Infosec
11 lines
327 B
Plaintext
11 lines
327 B
Plaintext
--- CMakeLists.txt.orig 2025-03-26 21:14:00 UTC
|
|
+++ CMakeLists.txt
|
|
@@ -54,6 +54,7 @@ endif()
|
|
if(ENABLE_PQCRYPTO)
|
|
find_package(PostQuantumCryptoEngine 5.3.0 REQUIRED)
|
|
endif()
|
|
+find_package(OpenSSL REQUIRED)
|
|
find_package(BCToolbox 5.3.0 REQUIRED OPTIONAL_COMPONENTS tester)
|
|
find_package(Soci REQUIRED COMPONENTS sqlite3)
|
|
|