From 3bf553f502b4abc7eb1cd31f91f902585def6cec Mon Sep 17 00:00:00 2001 From: sha512sum Date: Sat, 6 Jul 2024 02:22:35 +0000 Subject: [PATCH] Disable tests building for LibreSSL --- CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9725b77..d64ee07 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -49,6 +49,9 @@ CPMAddPackage("gh:Neargye/nameof@0.10.4") if(CSERVER_USE_LIBRESSL) +set(LIBRESSL_TESTS OFF) +set(LIBRESSL_APP OFF) + CPMAddPackage( NAME LibreSSL VERSION 3.9.2