From ca61f876828a3616b5dab329e66404ba3270ff77 Mon Sep 17 00:00:00 2001 From: Federico Di Pierro Date: Fri, 12 Nov 2021 11:52:37 +0100 Subject: [PATCH] update(build): civetweb depends on openssl. Signed-off-by: Federico Di Pierro Co-authored-by: Leonardo Grasso --- cmake/modules/civetweb.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/cmake/modules/civetweb.cmake b/cmake/modules/civetweb.cmake index c317fe57..5b05c06d 100644 --- a/cmake/modules/civetweb.cmake +++ b/cmake/modules/civetweb.cmake @@ -18,6 +18,7 @@ set(CIVETWEB_INCLUDE_DIR "${CIVETWEB_SRC}/install/include") message(STATUS "Using bundled civetweb in '${CIVETWEB_SRC}'") ExternalProject_Add( civetweb + DEPENDS openssl URL "https://github.com/civetweb/civetweb/archive/v1.15.tar.gz" URL_HASH "SHA256=90a533422944ab327a4fbb9969f0845d0dba05354f9cacce3a5005fa59f593b9" INSTALL_DIR ${CIVETWEB_SRC}/install