blob: 4a12c1bc6db370d66961bcc1607356ed542df147 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- Depends.cmake.orig 2021-09-09 10:00:30 UTC
+++ Depends.cmake
@@ -138,6 +138,7 @@ else ()
set (TFDN_ENABLE_WEBREQUEST OFF CACHE BOOL "")
add_subdirectory (lib/the_Foundation)
add_library (the_Foundation::the_Foundation ALIAS the_Foundation)
+ find_package (OpenSSL)
if (NOT OPENSSL_FOUND)
message (FATAL_ERROR "Lagrange requires OpenSSL for TLS. Please check if pkg-config can find 'openssl'.")
endif ()
|